org.w3c.tidy
Class DOMDocumentTypeImpl
- org.w3c.dom.DocumentType, org.w3c.dom.Node
public class DOMDocumentTypeImpl
implements org.w3c.dom.DocumentType
DOMDocumentTypeImpl.
$Revision: 738 $ ($Author: fgiust $)
appendChild , cloneNode , compareDocumentPosition , getAttributes , getBaseURI , getChildNodes , getFeature , getFirstChild , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentNode , getPrefix , getPreviousSibling , getTextContent , getUserData , hasAttributes , hasChildNodes , insertBefore , isDefaultNamespace , isEqualNode , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeChild , replaceChild , setNodeValue , setPrefix , setTextContent , setUserData , supports |
DOMDocumentTypeImpl
protected DOMDocumentTypeImpl(Node adaptee)
Instantiates a new DOM document type.
getEntities
public org.w3c.dom.NamedNodeMap getEntities()
org.w3c.dom.DocumentType.getEntities()
getInternalSubset
public String getInternalSubset()
org.w3c.dom.DocumentType.getInternalSubset()
getName
public String getName()
org.w3c.dom.DocumentType.getName
getNotations
public org.w3c.dom.NamedNodeMap getNotations()
org.w3c.dom.DocumentType.getNotations()
getPublicId
public String getPublicId()
org.w3c.dom.DocumentType.getPublicId()
getSystemId
public String getSystemId()
org.w3c.dom.DocumentType.getSystemId()