Uses of Class
org.apache.batik.dom.util.HashTable

Packages that use HashTable
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.events Provides an implementation of the DOM level 2 events module. 
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
 

Uses of HashTable in org.apache.batik.dom
 

Fields in org.apache.batik.dom declared as HashTable
protected  HashTable AbstractDOMImplementation.features
          The supported features.
protected  HashTable AbstractElement.NamedNodeHashMap.table
          The place where the nodes in the anonymous namespace are stored.
protected  HashTable AbstractElement.NamedNodeHashMap.tableNS
          The place where the the nodes that use namespaces are stored.
 

Uses of HashTable in org.apache.batik.dom.events
 

Fields in org.apache.batik.dom.events declared as HashTable
protected static HashTable EventSupport.eventFactories
          The event factories table.
protected  HashTable EventSupport.capturingListeners
          The capturing listeners table.
protected  HashTable EventSupport.bubblingListeners
          The bubbling listeners table.
 

Uses of HashTable in org.apache.batik.dom.svg
 

Fields in org.apache.batik.dom.svg declared as HashTable
protected static HashTable SVGOMDocument.customFactories
          The custom elements factories.
protected  HashTable SVGOMDocument.factories
          The SVG element factories.
 

Uses of HashTable in org.apache.batik.dom.util
 

Fields in org.apache.batik.dom.util declared as HashTable
protected  HashTable OverrideStyleElementSupport.overrideStyles
          The table of override styles.
 HashTable HashTableStack.Link.table
          The table.
 

Methods in org.apache.batik.dom.util with parameters of type HashTable
static void DOMUtilities.parseStyleSheetPIData(java.lang.String data, HashTable table)
          Parses a 'xml-stylesheet' processing instruction data section and puts the pseudo attributes in the given table.
 

Constructors in org.apache.batik.dom.util with parameters of type HashTable
HashTable(HashTable t)
          Creates a copy of the given HashTable object.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.