Package org.xmlpull.mxp1

Contains XPP3 implementation of XMLPULL V1 API.

See:
          Description

Class Summary
MXParser Absolutely minimal implementation of XMLPULL V1 API
MXParserCachingStrings Extend MXP parser to use string cache of char[] to interned String NOTE: it is not non-validaint parser as there is no supporting internal DTD parsing no full XML 1.0 (or 1.1) character classes are supported.
MXParserFactory Simple facotry to speed up creation process.
MXParserNonValidating Extend MXP parser to be full non validating XML 1.0 parser (added internal DTD parsing and support for full XML 1.0 (or 1.1) character classes).
 

Package org.xmlpull.mxp1 Description

Contains XPP3 implementation of XMLPULL V1 API.