Class DocumentType

java.lang.Object
jodd.lagarto.dom.Node
jodd.lagarto.dom.DocumentType
All Implemented Interfaces:
Cloneable

public class DocumentType extends Node
Document type node.
  • Field Details

    • publicId

      protected final String publicId
    • systemId

      protected final String systemId
  • Constructor Details

  • Method Details

    • clone

      public DocumentType clone()
      Specified by:
      clone in class Node
    • getRootName

      public String getRootName()
    • getPublicIdentifier

      public String getPublicIdentifier()
    • getSystemIdentifier

      public String getSystemIdentifier()
    • visitNode

      protected void visitNode(NodeVisitor nodeVisitor)
      Description copied from class: Node
      Visits single node. Implementations just needs to call the correct visitor callback function.
      Specified by:
      visitNode in class Node