public class GenericDOMImplementation extends AbstractDOMImplementation
DOMImplementation.| Modifier and Type | Field and Description |
|---|---|
protected static DOMImplementation |
DOM_IMPLEMENTATION
The default instance of this class.
|
features, localizableSupport, RESOURCES| Constructor and Description |
|---|
GenericDOMImplementation()
Creates a new GenericDOMImplementation object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
createDocumentEventSupport, createEventSupport, formatMessage, getFeature, getLocale, hasFeature, initLocalizable, registerFeature, setLocaleprotected static final DOMImplementation DOM_IMPLEMENTATION
public GenericDOMImplementation()
public static DOMImplementation getDOMImplementation()
public Document createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype) throws DOMException
DOMImplementation.createDocument(String,String,DocumentType).DOMExceptionpublic DocumentType createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
DOMImplementation.createDocumentType(String,String,String).Copyright © 2022 Apache Software Foundation. All Rights Reserved.