Class Summary |
AttrImpl |
Implementation of DOM level 1 Attr interface. |
CDATASectionImpl |
|
CharacterDataImpl |
|
ChildNodeList |
|
CommentImpl |
|
DocumentFactory |
Class to create a new instance of a DOM Document
This is needed because the DOM 1.0 spec doesn't specify
any method of creating a document.
|
DocumentFragmentImpl |
|
DocumentImpl |
Novell implementation of DOM level 1 Document interface |
DocumentOrderComparator |
Class implementing the Comparator interface for DOM-level 1
nodes.
|
DocumentTypeImpl |
Novell implementation of DOM level 2 DocumentType interface |
DOMEvaluator |
A class that uses XPath expressions to find nodes in
a DOM tree |
DOMImplementationImpl |
Novell implementation of DOM level 2 DOMImplementation interface |
DOMQuery |
A class that uses XPath expressions to find nodes in
a DOM tree |
DOMQuery.StringNSContext |
Class implementing NamespaceContext for resolving namespaces in expression
by specifying String pairs. |
DOMtoSAX |
Class to convert a DOM tree into a series of
SAX events. |
DOMUtil |
Utility class implementing, among others, things we need for DOM that
aren't defined by the 1.0 DOM spec (namespaces, for example) |
DOMWriter |
This class is a serializer for the DOM. |
ElementImpl |
Implementation of DOM level 1 Element interface |
EntityImpl |
|
EntityReferenceImpl |
|
NamedNodeMapImpl |
Implementation of DOM level 1 NamedNodeMap interface.
|
NamespaceImpl |
DOM extension class that implements an XPath namespace node |
NodeDecorator |
An abstract class for DOM node decorators. |
NodeImpl |
Novell implementation of DOM level 1 Node interface |
NotationImpl |
|
ProcessingInstructionImpl |
|
StringNamespaceContext |
Class implementing NamespaceContext for resolving namespaces in expression
by specifying String pairs. |
TagNameNodeList |
|
TagNameNodeListNS |
|
TextImpl |
|