|
||||||||||
| 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 DOMImplementation |
DOM_IMPLEMENTATION
The default instance of this class. |
| Fields inherited from class org.apache.batik.dom.AbstractDOMImplementation |
|---|
features, localizableSupport, RESOURCES |
| Constructor Summary | |
|---|---|
GenericDOMImplementation()
Creates a new GenericDOMImplementation object. |
|
| Method Summary | |
|---|---|
Document |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType). |
DocumentType |
createDocumentType(String qualifiedName,
String publicId,
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, createEventSupport, formatMessage, getFeature, getLocale, hasFeature, initLocalizable, registerFeature, setLocale |
| 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 Document createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
throws DOMException
DOMImplementation.createDocument(String,String,DocumentType).
DOMException
public DocumentType createDocumentType(String qualifiedName,
String publicId,
String systemId)
DOMImplementation.createDocumentType(String,String,String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||