com.github.jeremyrsmith.reactivesax
Create an immutable SAXPushParser You won't be able to call SAXPushParser.setContentHandler() on the resulting parser.
Create an immutable SAXPushParser You won't be able to call SAXPushParser.setContentHandler() on the resulting parser. Instead, all SAX events throughout the lifetime of this parser (which may encompass multiple documents, as long as SAXPushParser.close() and SAXPushParser.open() are called between them) will be pushed to the provided ContentHandler.
Create a mutable SAXPushParser You can (and must) call SAXPushParser.setContentHandler() on the resulting parser.
Create a mutable SAXPushParser You can (and must) call SAXPushParser.setContentHandler() on the resulting parser.
a SAXPushParser[Mutable]