All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
Attribute |
used only internally by XPP
|
ElementContent |
Utility class to keep information about XML element such as name etc.
|
EndTag |
Encapsulate XML ETag
|
Formatter |
Implementatin of Recorder that is simply writing XML to output sink.
|
Node |
Encapsulate XML Node with list of associated children and namespaces :-).
|
PullNode |
Allows node tree to be constructed on demand.
|
PullParser |
XML Pull Parser (XPP) allows to pull XML events from input stream.
|
PullParserFactoryFullImpl |
Implementation of Pull Parser Factory.
|
PullParserFactorySmallImpl |
Implementation of Pull Parser Factory.
|
PullParserRuntimeException |
Extended runtime excpetion to allow chaining.
|
Recorder |
Implementatin of Recorder that is simply writing XML to output sink.
|
StartTag |
Encapsulate XML STag and EmptyElement
|
Tag |
Encapsulate XML ETag
|
Tokenizer |
Simpe XML Tokenizer (SXT) performs input stream tokenizing.
|
TokenizerBufferOverflowException |
This exception is thrown to signal exceeding tokenizer hard limit
on internal input buffer.
|
TokenizerException |
This exception is thrown to signal all XML tokenizing errors.
|
X2Attribute |
used only internally by XPP
|
X2ElementContent |
Utility class to keep information about XML element such as name etc.
|
X2PullParser |
This is Xerces 2 driver that uses XNI pull parsing capabilities to
implement XML Pull Parser API.
|
X2PullParserFactoryImpl |
Implementation of Pull Parser Factory.
|
X2PullParserRuntimeException |
Extended runtime excpetion to allow chaining.
|
XmlEndTag |
This represent XML end tag.
|
XmlFormatter |
This interface extends XmlRecorder to give some control
over formattingof XML output.
|
XmlNode |
This class represents XML subtree.
|
XmlPullNode |
This class represents pullable XML subtree - children are built on
demand.
|
XmlPullParser |
Generic interface for simple and quick XML Pull Parser.
|
XmlPullParserBufferControl |
Additional interface to control XML Pull Parser buffering.
|
XmlPullParserEventPosition |
Special interface to retrieve event positioning information.
|
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related excepions.
|
XmlPullParserFactory |
This class is used to create implementations of XML Pull Parser.
|
XmlRecorder |
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
|
XmlStartTag |
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
|
XmlTag |
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).
|
XmlWritable |
This interface can be used by classes that wishes to implement
its own way to persist XML into writer.
|