Package org.gjt.xpp

Class XmlPullParserFactory

java.lang.Object
org.gjt.xpp.XmlPullParserFactory

public class XmlPullParserFactory extends Object
This class is used to create implementations of XML Pull Parser. Based on JAXP ideas but tailored to work in J2ME environments (no access to system properties or file system).
Author:
Aleksander Slominski
See Also: