Search

Interface org.w3c.dom.DOMImplementation

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

Name Returns
createDocument(String , String , org.w3c.dom.DocumentType ) org.w3c.dom.Document
createDocumentType(String , String , String ) org.w3c.dom.DocumentType
getFeature(String , String ) Object
hasFeature(String , String ) boolean

Returned by

Method Returns
javax.xml.parsers.DocumentBuilder.getDOMImplementation() org.w3c.dom.DOMImplementation
org.w3c.dom.Document.getImplementation() org.w3c.dom.DOMImplementation

Referenced in

None