|
J avolution v3.7 (J2SE 1.5+) | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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 | |
|---|---|
| XmlPullParser | This interface represents a XML Pull parser with non-constant
String replaced with CharSequence for greater
flexibility and speed. |
| Class Summary | |
|---|---|
| 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 | |
|---|---|
| XmlPullParserException | This exception is thrown to signal XML Pull Parser related faults. |
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.
|
J avolution v3.7 (J2SE 1.5+) | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||