-
interface
This class represents pullable XML subtree - children are built on
demand.
context sensitive factory method to create the same type of node
Return new XML node that is represeting tree from current pull parser start tag.
Equivalent to calling readNode(reader, false);
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.
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
Equivalent to calling writeNode(node, writer, false);
void
void