Interface DocumentType

All Superinterfaces:
EventTarget, Node
All Known Implementing Classes:
DocumentTypeImpl

public interface DocumentType extends Node
A Node containing a doctype.
  • Method Details

    • getName

      String getName()

      getName.

      Returns:
      a String object.
    • getPublicId

      String getPublicId()

      getPublicId.

      Returns:
      a String object.
    • getSystemId

      String getSystemId()

      getSystemId.

      Returns:
      a String object.
    • getNotations

      NamedNodeMap getNotations()
    • getEntities

      NamedNodeMap getEntities()
    • getInternalSubset

      String getInternalSubset()