org.gjt.xpp.impl
Class PullParserFactoryFullImpl

java.lang.Object
  extended by org.gjt.xpp.XmlPullParserFactory
      extended by org.gjt.xpp.impl.PullParserFactoryFullImpl

public class PullParserFactoryFullImpl
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
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

PullParserFactoryFullImpl

public PullParserFactoryFullImpl()
Method Detail

newPullParser

public XmlPullParser newPullParser()
                            throws XmlPullParserException
Description copied from class: XmlPullParserFactory
Create new XML pull parser.

Overrides:
newPullParser in class XmlPullParserFactory
Throws:
XmlPullParserException

newEndTag

public XmlEndTag newEndTag()
Description copied from class: XmlPullParserFactory
Create new end tag.

Overrides:
newEndTag in class XmlPullParserFactory

newNode

public XmlNode newNode()
Description copied from class: XmlPullParserFactory
Return new XML node.

Overrides:
newNode in class XmlPullParserFactory

newPullNode

public XmlPullNode newPullNode(XmlPullParser pp)
                        throws XmlPullParserException
Description copied from class: XmlPullParserFactory
Return new XML pull node that is represeting tree from current pull parser start tag.

Overrides:
newPullNode in class XmlPullParserFactory
Throws:
XmlPullParserException

newStartTag

public XmlStartTag newStartTag()
Description copied from class: XmlPullParserFactory
Return new XML start tag.

Overrides:
newStartTag in class XmlPullParserFactory

newFormatter

public XmlFormatter newFormatter()
                          throws XmlPullParserException
Description copied from class: XmlPullParserFactory
Return new XML formatter.

Overrides:
newFormatter in class XmlPullParserFactory
Throws:
XmlPullParserException

newRecorder

public XmlRecorder newRecorder()
Description copied from class: XmlPullParserFactory
Return new XML recorder.

Overrides:
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