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 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
-
-
-
-
Method Detail
-
newPullParser
public XmlPullParser newPullParser() throws XmlPullParserException
Description copied from class:XmlPullParserFactory
Create new XML pull parser.- Overrides:
newPullParser
in classXmlPullParserFactory
- Throws:
XmlPullParserException
-
newEndTag
public XmlEndTag newEndTag()
Description copied from class:XmlPullParserFactory
Create new end tag.- Overrides:
newEndTag
in classXmlPullParserFactory
-
newNode
public XmlNode newNode() throws XmlPullParserException
Description copied from class:XmlPullParserFactory
Return new XML node.- Overrides:
newNode
in classXmlPullParserFactory
- Throws:
XmlPullParserException
-
newStartTag
public XmlStartTag newStartTag()
Description copied from class:XmlPullParserFactory
Return new XML start tag.- Overrides:
newStartTag
in classXmlPullParserFactory
-
newRecorder
public XmlRecorder newRecorder() throws XmlPullParserException
Description copied from class:XmlPullParserFactory
Return new XML recorder.- Overrides:
newRecorder
in classXmlPullParserFactory
- Throws:
XmlPullParserException
-
-