org.apache.batik.dom
Class AbstractDOMImplementation
java.lang.Object
|
+--org.apache.batik.dom.AbstractDOMImplementation
- All Implemented Interfaces:
- org.w3c.dom.DOMImplementation, java.io.Serializable
- Direct Known Subclasses:
- GenericDOMImplementation, SVGDOMImplementation
- public abstract class AbstractDOMImplementation
- extends java.lang.Object
- implements org.w3c.dom.DOMImplementation, java.io.Serializable
This class implements the DOMImplementation
,
DOMImplementationCSS
interfaces.
- See Also:
- Serialized Form
Method Summary |
DocumentEventSupport |
createDocumentEventSupport()
Creates an DocumentEventSupport object suitable for use with this implementation. |
boolean |
hasFeature(java.lang.String feature,
java.lang.String version)
DOM: Implements DOMImplementation.hasFeature(String,String) . |
protected void |
registerFeature(java.lang.String name,
java.lang.Object value)
Registers a DOM feature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.DOMImplementation |
createDocument, createDocumentType |
features
protected final HashTable features
- The supported features.
AbstractDOMImplementation
protected AbstractDOMImplementation()
- Creates a new AbstractDOMImplementation object.
registerFeature
protected void registerFeature(java.lang.String name,
java.lang.Object value)
- Registers a DOM feature.
hasFeature
public boolean hasFeature(java.lang.String feature,
java.lang.String version)
- DOM: Implements
DOMImplementation.hasFeature(String,String)
.
- Specified by:
hasFeature
in interface org.w3c.dom.DOMImplementation
createDocumentEventSupport
public DocumentEventSupport createDocumentEventSupport()
- Creates an DocumentEventSupport object suitable for use with this implementation.
Copyright © 2004 Apache Software Foundation. All Rights Reserved.