Package org.gjt.xpp.impl
Class PullParserFactorySmallImpl
- java.lang.Object
-
- org.gjt.xpp.XmlPullParserFactory
-
- org.gjt.xpp.impl.PullParserFactorySmallImpl
-
public class PullParserFactorySmallImpl extends XmlPullParserFactory
Implementation of Pull Parser Factory.- Author:
- Aleksande Slominski
-
-
Field Summary
-
Fields inherited from class org.gjt.xpp.XmlPullParserFactory
DEFAULT_PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description PullParserFactorySmallImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlEndTagnewEndTag()Create new end tag.XmlNodenewNode()Return new XML node.XmlPullParsernewPullParser()Create new XML pull parser.XmlRecordernewRecorder()Return new XML recorder.XmlStartTagnewStartTag()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
-
-
-
-
Method Detail
-
newPullParser
public XmlPullParser newPullParser() throws XmlPullParserException
Description copied from class:XmlPullParserFactoryCreate new XML pull parser.- Overrides:
newPullParserin classXmlPullParserFactory- Throws:
XmlPullParserException
-
newEndTag
public XmlEndTag newEndTag()
Description copied from class:XmlPullParserFactoryCreate new end tag.- Overrides:
newEndTagin classXmlPullParserFactory
-
newNode
public XmlNode newNode() throws XmlPullParserException
Description copied from class:XmlPullParserFactoryReturn new XML node.- Overrides:
newNodein classXmlPullParserFactory- Throws:
XmlPullParserException
-
newStartTag
public XmlStartTag newStartTag()
Description copied from class:XmlPullParserFactoryReturn new XML start tag.- Overrides:
newStartTagin classXmlPullParserFactory
-
newRecorder
public XmlRecorder newRecorder() throws XmlPullParserException
Description copied from class:XmlPullParserFactoryReturn new XML recorder.- Overrides:
newRecorderin classXmlPullParserFactory- Throws:
XmlPullParserException
-
-