Package org.apache.batik.dom
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
.- Version:
- $Id: GenericDOMImplementation.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final DOMImplementation
The default instance of this class.Fields inherited from class org.apache.batik.dom.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 DOMImplementation
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
-
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)
.
-