Package org.apache.batik.dom.util
Provides some utility classes for the implementation of the DOM.
-
Interface Summary Interface Description CSSStyleDeclarationFactory This interface represents CSSStyleDeclaration factories.DocumentFactory This interface represents an object which can build a Document.SAXDocumentFactory.PreInfo -
Class Summary Class Description DocumentDescriptor This class contains informations about a document.DOMUtilities A collection of utility functions for the DOM.DOMUtilities.NSMap A node in a linked list of prefix to namespace name mappings.HashTableStack This class represents a stack of HashTable objects.HashTableStack.Link To store the hashtables.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.SAXDocumentFactory.CDataInfo SAXDocumentFactory.CommentInfo SAXDocumentFactory.ProcessingInstructionInfo SAXDocumentFactory.TextInfo TriplyIndexedTable This class represents a triply indexed hash table.TriplyIndexedTable.Entry To manage collisionsXLinkSupport This class provides support for XLink features.XMLSupport This class provides support for XML features. -
Exception Summary Exception Description SAXIOException Wrapper for SAX Exceptions which would make it possible to include line and column information with SAX parse errors.