|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.AbstractDOMImplementation
org.apache.batik.dom.GenericDOMImplementation
public class GenericDOMImplementation
This class implements the DOMImplementation.
| Field Summary | |
|---|---|
protected static org.w3c.dom.DOMImplementation |
DOM_IMPLEMENTATION
The default instance of this class. |
| Fields inherited from class org.apache.batik.dom.AbstractDOMImplementation |
|---|
features |
| Constructor Summary | |
|---|---|
GenericDOMImplementation()
Creates a new GenericDOMImplementation object. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
org.w3c.dom.DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType). |
org.w3c.dom.DocumentType |
createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
DOM: Implements DOMImplementation.createDocumentType(String,String,String). |
static org.w3c.dom.DOMImplementation |
getDOMImplementation()
Returns the default instance of this class. |
| Methods inherited from class org.apache.batik.dom.AbstractDOMImplementation |
|---|
createDocumentEventSupport, createEventSupport, getFeature, hasFeature, registerFeature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.w3c.dom.DOMImplementation DOM_IMPLEMENTATION
| Constructor Detail |
|---|
public GenericDOMImplementation()
| Method Detail |
|---|
public static org.w3c.dom.DOMImplementation getDOMImplementation()
public org.w3c.dom.DocumentType createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
DOMImplementation.createDocumentType(String,String,String).
public org.w3c.dom.Document createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
org.w3c.dom.DocumentType doctype)
throws org.w3c.dom.DOMException
DOMImplementation.createDocument(String,String,DocumentType).
org.w3c.dom.DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||