public class WMLDOMImplementationImpl extends DOMImplementationImpl implements WMLDOMImplementation
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS
Constructor and Description |
---|
WMLDOMImplementationImpl() |
Modifier and Type | Method and Description |
---|---|
Document |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Introduced in DOM Level 2.
|
static DOMImplementation |
getDOMImplementation()
NON-DOM: Obtain and return the single shared object
|
hasFeature
assignDocTypeNumber, assignDocumentNumber, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeature
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDocumentType, getFeature, hasFeature
public static DOMImplementation getDOMImplementation()
public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException
DOMImplementationImpl
Creates an XML Document object of the specified type with its document element.
createDocument
in interface DOMImplementation
createDocument
in class DOMImplementationImpl
namespaceURI
- The namespace URI of the document
element to create, or null.qualifiedName
- The qualified name of the document
element to create.doctype
- The type of document to be created or null.When doctype is not null, its Node.ownerDocument attribute is set to the document being created.
DOMException
- WRONG_DOCUMENT_ERR: Raised if doctype has
already been used with a different document.DOMImplementation
Copyright © 2018 JBoss by Red Hat. All rights reserved.