|
||||||||||
| 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.impl.PullParserFactoryFullImpl
public class PullParserFactoryFullImpl
Implementation of Pull Parser Factory.
| Field Summary |
|---|
| Fields inherited from class org.gjt.xpp.XmlPullParserFactory |
|---|
DEFAULT_PROPERTY_NAME |
| Constructor Summary | |
|---|---|
PullParserFactoryFullImpl()
|
|
| 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 PullParserFactoryFullImpl()
| Method Detail |
|---|
public XmlPullParser newPullParser()
throws XmlPullParserException
XmlPullParserFactory
newPullParser in class XmlPullParserFactoryXmlPullParserExceptionpublic XmlEndTag newEndTag()
XmlPullParserFactory
newEndTag in class XmlPullParserFactorypublic XmlNode newNode()
XmlPullParserFactory
newNode in class XmlPullParserFactory
public XmlPullNode newPullNode(XmlPullParser pp)
throws XmlPullParserException
XmlPullParserFactory
newPullNode in class XmlPullParserFactoryXmlPullParserExceptionpublic XmlStartTag newStartTag()
XmlPullParserFactory
newStartTag in class XmlPullParserFactory
public XmlFormatter newFormatter()
throws XmlPullParserException
XmlPullParserFactory
newFormatter in class XmlPullParserFactoryXmlPullParserExceptionpublic XmlRecorder newRecorder()
XmlPullParserFactory
newRecorder in class XmlPullParserFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||