org.apache.wml.dom
Class WMLDOMImplementationImpl
java.lang.Object
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.apache.wml.dom.WMLDOMImplementationImpl
- org.w3c.dom.DOMImplementation, org.w3c.dom.ls.DOMImplementationLS, WMLDOMImplementation
public class WMLDOMImplementationImpl
extends org.apache.xerces.dom.DOMImplementationImpl
Version:
- David Li
org.w3c.dom.Document | createDocument(String namespaceURI, String qualifiedName, org.w3c.dom.DocumentType doctype)
|
static org.w3c.dom.DOMImplementation | getDOMImplementation() - NON-DOM: Obtain and return the single shared object
|
assignDocTypeNumber , assignDocumentNumber , createDocument , createDocumentType , createLSInput , createLSOutput , createLSParser , createLSSerializer , getDOMImplementation , getFeature , hasFeature |
createDocument
public org.w3c.dom.Document createDocument(String namespaceURI,
String qualifiedName,
org.w3c.dom.DocumentType doctype)
throws org.w3c.dom.DOMException
- createDocument in interface org.w3c.dom.DOMImplementation
- createDocument in interface org.apache.xerces.dom.DOMImplementationImpl
org.w3c.dom.DOMImplementation
getDOMImplementation
public static org.w3c.dom.DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return the single shared object
- getDOMImplementation in interface org.apache.xerces.dom.DOMImplementationImpl
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.