Class GenericDOMImplementation
java.lang.Object
org.apache.batik.dom.AbstractDOMImplementation
org.apache.batik.dom.GenericDOMImplementation
- All Implemented Interfaces:
Serializable, Localizable, DOMImplementation
This class implements the
DOMImplementation.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final DOMImplementationThe default instance of this class.Fields inherited from class AbstractDOMImplementation
features, localizableSupport, RESOURCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDocument(String namespaceURI, String qualifiedName, DocumentType doctype) DOM: ImplementsDOMImplementation.createDocument(String,String,DocumentType).createDocumentType(String qualifiedName, String publicId, String systemId) DOM: ImplementsDOMImplementation.createDocumentType(String,String,String).static DOMImplementationReturns the default instance of this class.Methods inherited from class AbstractDOMImplementation
createDocumentEventSupport, createEventSupport, formatMessage, getFeature, getLocale, hasFeature, initLocalizable, registerFeature, setLocale
-
Field Details
-
DOM_IMPLEMENTATION
The default instance of this class.
-
-
Constructor Details
-
GenericDOMImplementation
public GenericDOMImplementation()Creates a new GenericDOMImplementation object.
-
-
Method Details
-
getDOMImplementation
Returns the default instance of this class. -
createDocument
public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException DOM: ImplementsDOMImplementation.createDocument(String,String,DocumentType).- Throws:
DOMException
-
createDocumentType
DOM: ImplementsDOMImplementation.createDocumentType(String,String,String).
-