|
|||||||||||
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.x2impl.X2PullParserFactoryImpl
Implementation of Pull Parser Factory.
Field Summary |
Fields inherited from class org.gjt.xpp.XmlPullParserFactory |
DEFAULT_PROPERTY_NAME |
Constructor Summary | |
X2PullParserFactoryImpl()
|
Method Summary | |
XmlEndTag |
newEndTag()
Create new end tag. |
XmlFormatter |
newFormatter()
Return new XML formatter. |
XmlNode |
newNode()
Return new XML node. |
XmlPullNode |
newPullNode(XmlPullParser pp)
Return new XML pull node that is represeting tree from current pull parser start tag. |
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, newInstance, newInstance, newInstance, newNode, 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 X2PullParserFactoryImpl()
Method Detail |
public XmlPullParser newPullParser() throws XmlPullParserException
XmlPullParserFactory
newPullParser
in class XmlPullParserFactory
XmlPullParserException
public XmlEndTag newEndTag()
XmlPullParserFactory
newEndTag
in class XmlPullParserFactory
public XmlNode newNode()
XmlPullParserFactory
newNode
in class XmlPullParserFactory
public XmlPullNode newPullNode(XmlPullParser pp) throws XmlPullParserException
XmlPullParserFactory
newPullNode
in class XmlPullParserFactory
XmlPullParserException
public XmlStartTag newStartTag()
XmlPullParserFactory
newStartTag
in class XmlPullParserFactory
public XmlFormatter newFormatter() throws XmlPullParserException
XmlPullParserFactory
newFormatter
in class XmlPullParserFactory
XmlPullParserException
public XmlRecorder newRecorder()
XmlPullParserFactory
newRecorder
in class XmlPullParserFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |