Apptus.Util.Xml Namespace |
Class | Description | |
---|---|---|
AbstractBranchListener | ||
Attribute |
An immutable XML attribute.
| |
ContentListener |
An element listener that reads the contents of an element, without surrounding tags. Use the ToString() method to retrieve the
content after the end of the element.
| |
FormatException |
Thrown when an XML document does not match an expected format.
Format exceptions are not thrown if the XML document is invalid
(i.e. does not follow the XML specification) or if the XML source
is unavailable.
| |
FormattingSerializer |
Serializer that keeps formatting as seen in the original document.
| |
IllegalArgumentException | Obsolete. | |
ListListener | ||
Path |
Defines a path. The format is x1/x2/.../xN, where xi is an element that is passed
on the way from the root (x1) to the leaf (xN).
| |
Registry | ||
Serializer | ||
SourceException |
Thrown when the source of an XML document contains errors,
for instance if the document contains invalid XML or if the
source is unreadable, e.g. because of file or network error.
| |
XmlParser | ||
XmlScanner | Scans an XML document and returns significant segments, one by one. Segments are (returned properties within parentheses):
Remember to call the close | |
XmlTree | ||
XmlWriter |
PrintWriter with added methods for XML output.
|
Interface | Description | |
---|---|---|
ElementListener | Element listener interface. Listens to elements in an XML document. Users of this API can either implement their own element listeners, or use one of the pre-defined listeners:
|