Package org.gjt.xpp.impl
Class PullParserFactorySmallImpl
java.lang.Object
org.gjt.xpp.XmlPullParserFactory
org.gjt.xpp.impl.PullParserFactorySmallImpl
Implementation of Pull Parser Factory.
- Author:
- Aleksande Slominski
-
Field Summary
Fields inherited from class org.gjt.xpp.XmlPullParserFactory
DEFAULT_PROPERTY_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate new end tag.newNode()
Return new XML node.Create new XML pull parser.Return new XML recorder.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
-
Constructor Details
-
PullParserFactorySmallImpl
public PullParserFactorySmallImpl()
-
-
Method Details
-
newPullParser
Description copied from class:XmlPullParserFactory
Create new XML pull parser.- Overrides:
newPullParser
in classXmlPullParserFactory
- Throws:
XmlPullParserException
-
newEndTag
Description copied from class:XmlPullParserFactory
Create new end tag.- Overrides:
newEndTag
in classXmlPullParserFactory
-
newNode
Description copied from class:XmlPullParserFactory
Return new XML node.- Overrides:
newNode
in classXmlPullParserFactory
- Throws:
XmlPullParserException
-
newStartTag
Description copied from class:XmlPullParserFactory
Return new XML start tag.- Overrides:
newStartTag
in classXmlPullParserFactory
-
newRecorder
Description copied from class:XmlPullParserFactory
Return new XML recorder.- Overrides:
newRecorder
in classXmlPullParserFactory
- Throws:
XmlPullParserException
-