Interface | Description |
---|---|
Document._IDocumentCreationEventListener |
This interface has to be implemented while creating custom eventListener.
|
FindHandler |
A FindHandler can be used as callback function in several search methods.
|
Class | Description |
---|---|
CompoundType |
Constants determining the compound type of an XML Node.
|
DataType |
Constants determining the datatype of an XML Node of type PCDATA.
|
Document |
This Document class is a java wrapper over a NOM (Native Object
Model) document. |
Find | Deprecated
, recommended to use methods of com.eibus.xml.xpath.XPath class
which are standard XPath1.0 compliant.
|
Node |
This class provides a number of static methods that can work on XML nodes
that are represented by Java integers.
|
NodeObject |
A NodeObject is a wrapper around a native XML node (which
is represented by an
int ). |
NodeType |
Constants determining the type of an XML Node.
|
Schema |
This class is used for creating XML Schema object.
|
SchemaFactory |
Factory class for creating the xml schema objects.
|
XMLException |
An XML Exception is thrown when something went wrong during parsing an XML Document.
|