public class X2PullParserFactoryImpl extends XmlPullParserFactory
DEFAULT_PROPERTY_NAME
Constructor | Description |
---|---|
X2PullParserFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNamespaceAware, newInstance, newInstance, newInstance, newNode, readNode, readNode, setNamespaceAware, writeNode, writeNode
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
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API