XMLPULL JAXP Adaptor

This jar file allows the XMLPULL API compatible pull parsers to be used as a JAXP SAX parser.

The code is under the MIT License.

Usage

Put xmlpull-jaxp.jar and a pull-parser implementation jar file (such as kxml2.jar) in your classpath. To check if you are really using this adaptor, check the value of SAXParserFactory.newInstance().getClass().getName().


Back to home