Provides a XML {@link javolution.xml.pull.XmlPullParserImpl 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
{@link javolution.xml.pull.XmlPullParser XmlPullParser} interface
had to be slightly modified with the String replaced by
the more generic CharSequence.