All Classes and Interfaces
Class
Description
This represent XML end tag.
This interface extends XmlRecorder to give some control
over formattingof XML output.
This class represents XML subtree.
This class represents pullable XML subtree - children are built on
demand.
Generic interface for simple and quick XML Pull Parser.
Additional interface to control XML Pull Parser buffering.
Special interface to retrieve event positioning information.
This exception is thrown to signal XML Pull Parser related excepions.
This class is used to create implementations of XML Pull Parser.
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
Base interface that encapsulates common functionality for
XML elements: both start tag and end tag
(an empty element is equivalent to start tag followed by
end tag so for simplicity ti is not modeled as a separate class).
This interface can be used by classes that wishes to implement
its own way to persist XML into writer.