|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.crimson.tree.DOMImplementationImpl
This class implements the DOM DOMImplementation interface.
Field Summary | |
private static DOMImplementationImpl |
singleton
DOM implementation singleton. |
Constructor Summary | |
DOMImplementationImpl()
|
Method Summary | |
org.w3c.dom.Document |
createDocument(String namespaceURI,
String qualifiedName,
org.w3c.dom.DocumentType doctype)
Creates an XML Document object of the specified type with
its document element. |
org.w3c.dom.DocumentType |
createDocumentType(String qualifiedName,
String publicId,
String systemId)
Creates an empty DocumentType node. |
static org.w3c.dom.DOMImplementation |
getDOMImplementation()
NON-DOM: Obtain and return the single shared object |
boolean |
hasFeature(String feature,
String version)
Test if the DOM implementation implements a specific feature. |
(package private) static boolean |
hasFeature0(String feature,
String version)
Reports on features that this implementation supports. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static DOMImplementationImpl singleton
Constructor Detail |
public DOMImplementationImpl()
Method Detail |
public static org.w3c.dom.DOMImplementation getDOMImplementation()
public boolean hasFeature(String feature, String version)
hasFeature
in interface org.w3c.dom.DOMImplementation
static boolean hasFeature0(String feature, String version)
public org.w3c.dom.DocumentType createDocumentType(String qualifiedName, String publicId, String systemId)
DocumentType
node.
createDocumentType
in interface org.w3c.dom.DOMImplementation
public org.w3c.dom.Document createDocument(String namespaceURI, String qualifiedName, org.w3c.dom.DocumentType doctype) throws org.w3c.dom.DOMException
Document
object of the specified type with
its document element.
createDocument
in interface org.w3c.dom.DOMImplementation
org.w3c.dom.DOMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |