Interface | Description |
---|---|
IElementFilter |
Filter definition for
Element objects. |
XmlItem |
Defines a minimal common interface each object in an XML tree must support.
|
Class | Description |
---|---|
AElementFilter |
Abstract base class for IElementFilter implementors.
|
ChainedElementFilter |
An abstract filter that combines multiple filters.
|
Element |
Each element represents one tag occurrence in a XML stream.
|
ElementAndFilter |
A filter that can be used to combine multiple IElementFilters with the
boolean AND operator.
|
ElementAttributesFilter |
A filter implementation for Element searches that must match a defined
set of attributes.
|
ElementNameFilter |
Can be used to find elements that match a particular element name or name pattern.
|
ElementOrFilter |
A filter that can be used to combine multiple IElementFilters with the
boolean OR operator.
|
EmptyEntityResolver |
This resolver always returns an empty stream as the result of its
method resolveEntity().
|
FileEntityResolver |
Some XML parser packages (e.g.
|
LoggerProvider |
This is the central access point for the package's logger.
|
ModelConverter |
Supports conversion of a XML representation in org.pfsw.six.Element
to a DOM tree and vice versa as well as pretty printing of both kinds
of XML representations to Strings.
|
ModelConverter.NamespaceStack | |
XmlDocument |
Represents the whole XML document and contains 0..n children which can
be of type Element or XmlProcessingInstruction.
|
XmlProcessingInstruction |
Represents a single processing instruction in a XML document.
|
XmlStreamReader |
This is the most simple service class to read a XML stream
into a hierarchical String based structure or into a DOM tree.
|
XmlStreamWriter |
Provides convenience methods to write XML data easily to streams.
|
Enum | Description |
---|---|
XmlItem.Type |