org.w3c.tidy

Class DOMDocumentTypeImpl

Implemented Interfaces:
org.w3c.dom.DocumentType, org.w3c.dom.Node

public class DOMDocumentTypeImpl
extends DOMNodeImpl
implements org.w3c.dom.DocumentType

DOMDocumentTypeImpl.
Version:
$Revision: 738 $ ($Author: fgiust $)
Authors:
Dave Raggett dsr@w3.org
Andy Quick ac.quick@sympatico.ca (translation to Java)
Fabrizio Giustina

Field Summary

Fields inherited from class org.w3c.tidy.DOMNodeImpl

adaptee

Constructor Summary

DOMDocumentTypeImpl(Node adaptee)
Instantiates a new DOM document type.

Method Summary

org.w3c.dom.NamedNodeMap
getEntities()
String
getInternalSubset()
String
getName()
String
getNodeName()
short
getNodeType()
org.w3c.dom.NamedNodeMap
getNotations()
String
getPublicId()
String
getSystemId()

Methods inherited from class org.w3c.tidy.DOMNodeImpl

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

Constructor Details

DOMDocumentTypeImpl

protected DOMDocumentTypeImpl(Node adaptee)
Instantiates a new DOM document type.
Parameters:
adaptee - Tidy Node

Method Details

getEntities

public org.w3c.dom.NamedNodeMap getEntities()
See Also:
org.w3c.dom.DocumentType.getEntities()

getInternalSubset

public String getInternalSubset()
See Also:
org.w3c.dom.DocumentType.getInternalSubset()

getName

public String getName()
See Also:
org.w3c.dom.DocumentType.getName

getNodeName

public String getNodeName()
Overrides:
getNodeName in interface DOMNodeImpl
See Also:
org.w3c.dom.Node.getNodeName

getNodeType

public short getNodeType()
Overrides:
getNodeType in interface DOMNodeImpl
See Also:
org.w3c.dom.Node.getNodeType

getNotations

public org.w3c.dom.NamedNodeMap getNotations()
See Also:
org.w3c.dom.DocumentType.getNotations()

getPublicId

public String getPublicId()
See Also:
org.w3c.dom.DocumentType.getPublicId()

getSystemId

public String getSystemId()
See Also:
org.w3c.dom.DocumentType.getSystemId()