Interface HtmlNode
-
- All Superinterfaces:
Node
- All Known Implementing Classes:
ASTHtmlCDataNode,ASTHtmlComment,ASTHtmlDocument,ASTHtmlDocumentType,ASTHtmlElement,ASTHtmlTextNode,ASTHtmlXmlDeclaration
public interface HtmlNode extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectacceptVisitor(HtmlVisitor visitor, Object data)Iterable<? extends HtmlNode>children()-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getChild, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getIndexInParent, getNthParent, getNumChildren, getParent, getParentsOfType, getUserData, getUserMap, getXPathAttributesIterator, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
-
-