Provides some utility classes for the implementation of the DOM.
See: Description
Interface Summary | |
---|---|
CSSStyleDeclarationFactory | This interface represents CSSStyleDeclaration factories. |
DocumentFactory | This interface represents an object which can build a Document. |
SAXDocumentFactory.PreInfo |
Class Summary | |
---|---|
DocumentDescriptor | This class contains informations about a document. |
DocumentDescriptor.Entry | To manage collisions |
DoublyIndexedTable | This class represents a doubly indexed hash table. |
DoublyIndexedTable.Entry | An entry in the {@link DoublyIndexedTable}. |
DoublyIndexedTable.TableIterator | An Iterator class for a {@link DoublyIndexedTable}. |
DOMUtilities | A collection of utility functions for the DOM. |
HashTable | A simple hashtable, not synchronized, with fixed load factor. |
HashTableStack | This class represents a stack of HashTable objects. |
HashTableStack.Link | To store the hashtables. |
HashTable.Entry | To manage collisions |
IntTable | A simple hashtable, not synchronized, with fixed load factor, that maps objects to ints. |
IntTable.Entry | To manage collisions. |
ListNodeList | A simple class that implements the DOM NodeList interface by wrapping an Java List instace. |
SAXDocumentFactory | This class contains methods for creating Document instances from an URI using SAX2. |
SAXIOException | Wrapper for SAX Exceptions which would make it possible to include line and column information with SAX parse errors. |
TriplyIndexedTable | This class represents a triply indexed hash table. |
TriplyIndexedTable.Entry | To manage collisions |
XLinkSupport | This class provides support for XLink features. |
XMLSupport | This class provides support for XML features. |