org.apache.wml.dom
Class WMLDOMImplementationImpl
java.lang.Object
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.apache.wml.dom.WMLDOMImplementationImpl
- DOMImplementation, DOMImplementationLS, WMLDOMImplementation
public class WMLDOMImplementationImpl
extends org.apache.xerces.dom.DOMImplementationImpl
$Id: WMLDOMImplementationImpl.java 447257 2006-09-18 05:40:07Z mrglavas $ Document | createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
|
static DOMImplementation | getDOMImplementation() - NON-DOM: Obtain and return the single shared object
|
assignDocTypeNumber , assignDocumentNumber , createDocument , createDocumentType , createLSInput , createLSOutput , createLSParser , createLSSerializer , getDOMImplementation , getFeature , hasFeature |
createDocument
public Document createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
throws DOMException
- createDocument in interface org.apache.xerces.dom.DOMImplementationImpl
org.w3c.dom.DOMImplementation
getDOMImplementation
public static DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return the single shared object
- getDOMImplementation in interface org.apache.xerces.dom.DOMImplementationImpl
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.