| Package | Description |
|---|---|
| org.eigenbase.xom |
Provides an object layer for reading and writing XML documents.
|
| org.eigenbase.xom.wrappers |
Wrappers for various XML parsers.
|
| Class and Description |
|---|
| DOMWrapper
DOMWrapper implements a Wrapper around the Element class from any DOM-style
XML parser.
|
| ElementDef
ElementDef is the base class for all element definitions.
|
| Location
Represents the location of a node within its document.
|
| MetaDef.Any
The Any content is a special marker which allows an Element to
contain any type of data.
|
| MetaDef.Attribute
The Attribute entity appears within any Element definition.
|
| MetaDef.CData
The CData content is a special marker which allows an Element to
contain a single CDATA section as its only content, yet still
have attributes.
|
| MetaDef.Content
The Content class contains all entities which represent types of
content which may appear within an Element.
|
| MetaDef.Definition
The Definition class represents a generic type of element definition.
|
| MetaDef.FullDefinition
The FullDefinition class represents a fully-specified definition
that may include content.
|
NodeDef
NodeDef represents a node in a parse tree. |
| Parser
The
Parser interface abstracts the behavior which the
org.eigenbase.xom package needs from an XML parser. |
StringEscaper
StringEscaper is a utility for replacing special characters
with escape sequences in strings. |
| TextDef
A
TextDef represents piece of textual data in an XML document. |
| XMLAttrVector
XMLAttrVector is an class which assists in writing XML attributes to a
stream.
|
| XMLOutput
XMLOutput is a class which implements streaming XML output.
|
| XMLUtil
Utilities for dealing with XML data.
|
| XOMException
XOMException extends Exception and provides detailed error messages for
xom-specific exceptions.
|
| Class and Description |
|---|
| DOMWrapper
DOMWrapper implements a Wrapper around the Element class from any DOM-style
XML parser.
|
| Location
Represents the location of a node within its document.
|
| Locator
Callback to find the location of a node within its document.
|
| Parser
The
Parser interface abstracts the behavior which the
org.eigenbase.xom package needs from an XML parser. |
| XOMException
XOMException extends Exception and provides detailed error messages for
xom-specific exceptions.
|
Copyright © 2012–2020 Julian Hyde. All rights reserved.