Package | Description |
---|---|
org.apache.batik.anim.dom | |
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.util |
Provides some utility classes for the implementation of the DOM.
|
Modifier and Type | Field and Description |
---|---|
protected HashTable |
XBLEventSupport.bubblingImplementationListeners
The unstoppable bubbling listeners table.
|
protected HashTable |
XBLEventSupport.capturingImplementationListeners
The unstoppable capturing listeners table.
|
protected static HashTable |
XBLEventSupport.eventTypeAliases
Map of event types to their aliases.
|
protected HashTable |
SVGDOMImplementation.factories |
protected static HashTable |
SVGDOMImplementation.svg11Factories
The SVG element factories.
|
protected static HashTable |
SVG12DOMImplementation.svg12Factories
The SVG element factories.
|
protected static HashTable |
SVG12DOMImplementation.xblFactories
The XBL element factories.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.stylesheets.StyleSheet |
SVGDOMImplementation.createStyleSheet(org.w3c.dom.Node n,
HashTable attrs)
Creates a stylesheet from the data of an xml-stylesheet
processing instruction or return null.
|
Modifier and Type | Field and Description |
---|---|
protected HashTable |
AbstractDOMImplementation.features
The supported features.
|
protected HashTable |
StyleSheetProcessingInstruction.pseudoAttributes
The pseudo attributes.
|
Modifier and Type | Method and Description |
---|---|
HashTable |
StyleSheetProcessingInstruction.getPseudoAttributes()
Returns the pseudo attributes in a table.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.stylesheets.StyleSheet |
StyleSheetFactory.createStyleSheet(org.w3c.dom.Node node,
HashTable pseudoAttrs)
Creates a stylesheet from the data of the xml-stylesheet
processing instruction or return null when it is not possible
to create the given stylesheet.
|
Modifier and Type | Field and Description |
---|---|
protected HashTable |
EventSupport.bubblingListeners
The bubbling listeners table.
|
protected HashTable |
EventSupport.capturingListeners
The capturing listeners table.
|
protected HashTable |
DocumentEventSupport.eventFactories
The event factories table.
|
protected HashTable |
EventListenerList.listenersNS
Caches of listeners with a given namespace URI.
|
Modifier and Type | Field and Description |
---|---|
HashTable |
HashTableStack.Link.table
The table.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
HashTable(HashTable t)
Creates a copy of the given HashTable object.
|
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.