|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.batik.dom.AbstractDOMImplementation
This class implements the DOMImplementation,
DOMImplementationCSS interfaces.
| Field Summary | |
|---|---|
protected HashTable |
features
The supported features. |
| Constructor Summary | |
|---|---|
protected |
AbstractDOMImplementation()
Creates a new AbstractDOMImplementation object. |
| 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 |
| Field Detail |
protected final HashTable features
| Constructor Detail |
protected AbstractDOMImplementation()
| Method Detail |
protected void registerFeature(java.lang.String name,
java.lang.Object value)
public boolean hasFeature(java.lang.String feature,
java.lang.String version)
DOMImplementation.hasFeature(String,String).
hasFeature in interface DOMImplementationpublic DocumentEventSupport createDocumentEventSupport()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||