| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.apache.xerces.dom.CoreDOMImplementationImpl
weblogic.apache.xerces.dom.DOMImplementationImpl
weblogic.apache.wml.dom.WMLDOMImplementationImpl
public class WMLDOMImplementationImpl
| Field Summary | 
|---|
| Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS | 
|---|
| MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS | 
| Constructor Summary | |
|---|---|
| WMLDOMImplementationImpl()Deprecated. | |
| Method Summary | |
|---|---|
|  Document | createDocument(String namespaceURI,
               String qualifiedName,
               DocumentType doctype)Deprecated. Introduced in DOM Level 2. | 
| static DOMImplementation | getDOMImplementation()Deprecated. NON-DOM: Obtain and return the single shared object | 
| Methods inherited from class weblogic.apache.xerces.dom.DOMImplementationImpl | 
|---|
| createDocumentType, hasFeature | 
| Methods inherited from class weblogic.apache.xerces.dom.CoreDOMImplementationImpl | 
|---|
| createDOMBuilder, createDOMInputSource, createDOMWriter, getInterface | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.w3c.dom.DOMImplementation | 
|---|
| createDocumentType, getFeature, hasFeature | 
| Methods inherited from interface org.w3c.dom.ls.DOMImplementationLS | 
|---|
| createLSInput, createLSOutput, createLSParser, createLSSerializer | 
| Constructor Detail | 
|---|
public WMLDOMImplementationImpl()
| Method Detail | 
|---|
public static DOMImplementation getDOMImplementation()
public Document createDocument(String namespaceURI,
                               String qualifiedName,
                               DocumentType doctype)
                        throws DOMException
weblogic.apache.xerces.dom.DOMImplementationImplCreates an XML Document object of the specified type with its document element.
createDocument in interface DOMImplementationcreateDocument in class weblogic.apache.xerces.dom.DOMImplementationImplnamespaceURI - 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 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||