org.apache.batik.dom.util |
Provides some utility classes for the implementation of the DOM.
|
Java Source File Name | Type | Comment |
CSSStyleDeclarationFactory.java | Interface | This interface represents CSSStyleDeclaration factories. |
DocumentDescriptor.java | Class | This class contains informations about a document. |
DocumentFactory.java | Interface | This interface represents an object which can build a Document. |
DOMUtilities.java | Class | A collection of utility functions for the DOM. |
DOMUtilitiesSupport.java | Class | JRE specific helper functions for
DOMUtilities . |
DoublyIndexedTable.java | Class | This class represents a doubly indexed hash table. |
HashTable.java | Class | A simple hashtable, not synchronized, with fixed load factor. |
HashTableStack.java | Class | This class represents a stack of HashTable objects. |
IntTable.java | Class | A simple hashtable, not synchronized, with fixed load factor,
that maps objects to ints. |
ListNodeList.java | Class | A simple class that implements the DOM NodeList interface by
wrapping an Java List instace. |
SAXDocumentFactory.java | Class | This class contains methods for creating Document instances
from an URI using SAX2. |
SAXIOException.java | Class | Wrapper for SAX Exceptions which would make it possible to
include line and column information with SAX parse errors. |
TriplyIndexedTable.java | Class | This class represents a triply indexed hash table. |
XLinkSupport.java | Class | This class provides support for XLink features. |
XMLSupport.java | Class | This class provides support for XML features. |