Package javolution37.javolution.xml.pull
Provides a XML
Pull Parser which
does not create objects dynamically; this parser runs on average 2-5x faster
than (the fastest) conventional XPP parser.See: Description
-
Interface Summary Interface Description XmlPullParser This interface represents a XML Pull parser with non-constantStringreplaced withCharSequencefor greater flexibility and speed. -
Class Summary Class Description XmlPullParserImpl This class provides a real-time XPP-like XML parser; this parser is extremely fast (around 2-5x times faster than conventional SAX/XPP parsers). -
Exception Summary Exception Description XmlPullParserException This exception is thrown to signal XML Pull Parser related faults.
Package javolution37.javolution.xml.pull Description
Provides a XML Pull Parser which
does not create objects dynamically; this parser runs on average 2-5x faster
than (the fastest) conventional XPP parser.
In order to avoid String allocations, the
XmlPullParser interface
had to be slightly modified with the String replaced by
the more generic CharSequence.
DMelt 3.0 © DataMelt by jWork.ORG