|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.xpp.XmlPullParserFactory
org.gjt.xpp.impl.PullParserFactorySmallImpl
Implementation of Pull Parser Factory.
Field Summary |
Fields inherited from class org.gjt.xpp.XmlPullParserFactory |
DEFAULT_PROPERTY_NAME |
Constructor Summary | |
PullParserFactorySmallImpl()
|
Method Summary | |
XmlEndTag |
newEndTag()
Create new end tag. |
XmlNode |
newNode()
Return new XML node. |
XmlPullParser |
newPullParser()
Create new XML pull parser. |
XmlRecorder |
newRecorder()
Return new XML recorder. |
XmlStartTag |
newStartTag()
Return new XML start tag. |
Methods inherited from class org.gjt.xpp.XmlPullParserFactory |
isNamespaceAware, newFormatter, newInstance, newInstance, newInstance, newNode, newPullNode, readNode, readNode, setNamespaceAware, writeNode, writeNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PullParserFactorySmallImpl()
Method Detail |
public XmlPullParser newPullParser() throws XmlPullParserException
XmlPullParserFactory
newPullParser
in class XmlPullParserFactory
XmlPullParserException
public XmlEndTag newEndTag()
XmlPullParserFactory
newEndTag
in class XmlPullParserFactory
public XmlNode newNode() throws XmlPullParserException
XmlPullParserFactory
newNode
in class XmlPullParserFactory
XmlPullParserException
public XmlStartTag newStartTag()
XmlPullParserFactory
newStartTag
in class XmlPullParserFactory
public XmlRecorder newRecorder() throws XmlPullParserException
XmlPullParserFactory
newRecorder
in class XmlPullParserFactory
XmlPullParserException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |