Class DocType

java.lang.Object
org.attoparser.dom.DocType
All Implemented Interfaces:
Serializable, INode

public class DocType extends Object implements Serializable

DOCTYPE clause node in a DOM tree.

Since:
2.0.0
Author:
Daniel Fernández
See Also:
  • Constructor Details

  • Method Details

    • getRootElementName

      public String getRootElementName()
    • setRootElementName

      public void setRootElementName(String rootElementName)
    • getPublicId

      public String getPublicId()
    • setPublicId

      public void setPublicId(String publicId)
    • getSystemId

      public String getSystemId()
    • setSystemId

      public void setSystemId(String systemId)
    • getInternalSubset

      public String getInternalSubset()
    • setInternalSubset

      public void setInternalSubset(String internalSubset)
    • cloneNode

      public DocType cloneNode(INestableNode parent)
      Specified by:
      cloneNode in interface INode
    • hasLine

      public boolean hasLine()
      Specified by:
      hasLine in interface INode
    • getLine

      public Integer getLine()
      Specified by:
      getLine in interface INode
    • setLine

      public void setLine(Integer line)
      Specified by:
      setLine in interface INode
    • hasCol

      public boolean hasCol()
      Specified by:
      hasCol in interface INode
    • getCol

      public Integer getCol()
      Specified by:
      getCol in interface INode
    • setCol

      public void setCol(Integer col)
      Specified by:
      setCol in interface INode
    • hasParent

      public boolean hasParent()
      Specified by:
      hasParent in interface INode
    • getParent

      public INestableNode getParent()
      Specified by:
      getParent in interface INode
    • setParent

      public void setParent(INestableNode parent)
      Specified by:
      setParent in interface INode