Search

Interface org.w3c.dom.DocumentType

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
getEntities() org.w3c.dom.NamedNodeMap
getInternalSubset() String
getName() String
getNotations() org.w3c.dom.NamedNodeMap
getPublicId() String
getSystemId() String

Returned by

Method Returns
org.w3c.dom.Document.getDoctype() org.w3c.dom.DocumentType
org.w3c.dom.DOMImplementation.createDocumentType(String , String , String ) org.w3c.dom.DocumentType

Referenced in

Method Returns
org.w3c.dom.DOMImplementation.createDocument(String , String , org.w3c.dom.DocumentType ) org.w3c.dom.Document