Frames | No Frames |
Methods with parameter type org.gjt.xpp.XmlNode | |
byte | Read subtree into node: call readNodeWithoutChildren
and then parse subtree adding children
(values obtained with readXontent or readNodeWithoutChildren). |
void | Read node: it calls readStartTag and then if parser is namespaces
aware currently declared nemaspeces will be added
and defaultNamespace will be set. |
void | |
void | |
void | Equivalent to calling writeNode(node, writer, false);
|
void |
Methods with return type org.gjt.xpp.XmlNode | |
XmlNode | |
XmlNode | context sensitive factory method to create the same type of node |
XmlNode | context sensitive factory method to create the same type of node |
XmlNode | Return new XML node. |
XmlNode | |
XmlNode | Return new XML node that is represeting tree from current pull parser start tag. |
XmlNode | XmlPullParserFactory.readNode(Reader reader) Equivalent to calling readNode(reader, false);
|
XmlNode | XmlPullParserFactory.readNode(Reader reader, boolean closeAtEnd) Read XmlNode from input - essentially it is utility function that
will create instance of pull parser, feed input inpt it and
return new node tree parsed form the input. |
Methods with return type org.gjt.xpp.XmlNode | |
XmlNode | Return new XML node. |
XmlNode |
Methods with parameter type org.gjt.xpp.XmlNode | |
void |
Classes implementing org.gjt.xpp.XmlNode | |
class | Encapsulate XML Node with list of associated children and namespaces :-). |
Fields of type org.gjt.xpp.XmlNode | |
XmlNode |
Methods with parameter type org.gjt.xpp.XmlNode | |
void |
Methods with return type org.gjt.xpp.XmlNode | |
XmlNode | |
XmlNode | context sensitive factory method to create the same type of node |
XmlNode |
Classes implementing org.gjt.xpp.XmlNode | |
class | Allows node tree to be constructed on demand. |
Methods with return type org.gjt.xpp.XmlNode | |
XmlNode |
Methods with parameter type org.gjt.xpp.XmlNode | |
byte | Read subtree into node: call readNodeWithoutChildren
and then parse subtree adding children
(values obtained with readXontent or readNodeWithoutChildren). |
void | Read node: it calls readStartTag and then if parser is namespaces
aware currently declared nemaspeces will be added
and defaultNamespace will be set. |
Methods with return type org.gjt.xpp.XmlNode | |
XmlNode | Return new XML node. |
Methods with parameter type org.gjt.xpp.XmlNode | |
byte | Read subtree into node: call readNodeWithoutChildren
and then parse subtree adding children
(values obtained with readXontent or readNodeWithoutChildren). |
void | Read node: it calls readStartTag and then if parser is namespaces
aware currently declared nemaspeces will be added
and defaultNamespace will be set. |