|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.AbstractDOMImplementation | +--org.apache.batik.dom.GenericDOMImplementation
This class implements the DOMImplementation
.
Field Summary | |
protected static 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 | |
Document |
createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType)
. |
DocumentType |
createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
DOM: Implements DOMImplementation.createDocumentType(String,String,String) . |
static DOMImplementation |
getDOMImplementation()
Returns the default instance of this class. |
Methods inherited from class org.apache.batik.dom.AbstractDOMImplementation |
createDocumentEventSupport, 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 DOMImplementation DOM_IMPLEMENTATION
Constructor Detail |
public GenericDOMImplementation()
Method Detail |
public static DOMImplementation getDOMImplementation()
public DocumentType createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
DOMImplementation.createDocumentType(String,String,String)
.
public Document createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype) throws DOMException
DOMImplementation.createDocument(String,String,DocumentType)
.
DOMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |