Class Summary |
Document |
This class implements an XML document, which can be thought of as the root of a tree. |
DocumentBeanInfo |
This class provides specialized JavaBeans support for the
Document class to resolve which overloaded functions
are accessible through scripting. |
ElementCollection |
This class provides a collection interface to elements
similar to the element collections found in the Internet Explorer 4.0
Dynamic HTML object model. |
ElementDeclEnumeration |
A simple Enumeration for iterating over ElementDecls |
ElementEnumeration |
This class is a simple Enumeration for iterating over the immediate children
of a given node in the XML tree. |
ElementFactoryImpl |
This class represents the default implementation for the element factory. |
ElementImpl |
This class represents the default implementation of the Element interface. |
ElementImplBeanInfo |
This class provides specialized JavaBeans support for the
ElementImpl class to resolve which overloaded functions
are accessible through scripting. |
SiblingEnumeration |
An Enumeration for iterating over the siblings of
a given node in the XML tree |
TreeEnumeration |
An Enumeration for iterating over the entire subtree of a given node
in the XML tree, DFS or BFS |