Interface HtmlNode
-
- All Superinterfaces:
net.sourceforge.pmd.lang.ast.impl.GenericNode<HtmlNode>
,net.sourceforge.pmd.lang.ast.Node
,net.sourceforge.pmd.reporting.Reportable
- All Known Implementing Classes:
ASTHtmlCDataNode
,ASTHtmlComment
,ASTHtmlDocument
,ASTHtmlDocumentType
,ASTHtmlElement
,ASTHtmlTextNode
,ASTHtmlXmlDeclaration
public interface HtmlNode extends net.sourceforge.pmd.lang.ast.impl.GenericNode<HtmlNode>
-
-
Method Summary
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.impl.GenericNode
ancestors, ancestorsOrSelf, asStream, children, descendants, descendantsOrSelf, getChild, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSibling
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
acceptVisitor, ancestors, children, compareLocation, descendants, firstChild, getAstInfo, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getIndexInParent, getLanguageVersion, getNumChildren, getReportLocation, getRoot, getTextDocument, getTextRegion, getUserMap, getXPathAttributesIterator, getXPathNodeName, hasImageEqualTo, isFindBoundary
-
-