Class ASTHtmlDocument

java.lang.Object
net.sourceforge.pmd.lang.ast.impl.AbstractNode<net.sourceforge.pmd.lang.html.ast.AbstractHtmlNode<?>,HtmlNode>
net.sourceforge.pmd.lang.html.ast.ASTHtmlElement
net.sourceforge.pmd.lang.html.ast.ASTHtmlDocument
All Implemented Interfaces:
GenericNode<HtmlNode>, Node, RootNode, HtmlNode, Reportable

public final class ASTHtmlDocument extends ASTHtmlElement implements RootNode
  • Field Details

    • node

      protected final org.jsoup.nodes.Element node
    • startOffset

      protected int startOffset
    • endOffset

      protected int endOffset
  • Method Details