org.w3c.tidy
Class DOMDocumentTypeImpl

org.w3c.tidy.DOMDocumentTypeImpl

public class DOMDocumentTypeImpl

DOMDocumentTypeImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.7, 1999/12/06 Tidy Release 30 Nov 1999
Author:
Dave Raggett , Andy Quick (translation to Java)

Constructor Summary
protected DOMDocumentTypeImpl(Node adaptee)
           
 
Method Summary
 NamedNodeMap getEntities()
           
 String getInternalSubset()
          DOM2 - not implemented.
 String getName()
           
 String getNodeName()
           
 short getNodeType()
           
 NamedNodeMap getNotations()
           
 String getPublicId()
          DOM2 - not implemented.
 String getSystemId()
          DOM2 - not implemented.
 

Constructor Detail

DOMDocumentTypeImpl

protected DOMDocumentTypeImpl(Node adaptee)
Method Detail

getNodeType

public short getNodeType()
See Also:
org.w3c.dom.Node#getNodeType

getNodeName

public String getNodeName()
See Also:
org.w3c.dom.Node#getNodeName

getName

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

getEntities

public NamedNodeMap getEntities()

getNotations

public NamedNodeMap getNotations()

getPublicId

public String getPublicId()
DOM2 - not implemented.

getSystemId

public String getSystemId()
DOM2 - not implemented.

getInternalSubset

public String getInternalSubset()
DOM2 - not implemented.


Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.