Uses of Interface
org.htmlcleaner.TagNode.ITagNodeCondition
-
-
Uses of TagNode.ITagNodeCondition in org.htmlcleaner
Classes in org.htmlcleaner that implement TagNode.ITagNodeCondition Modifier and Type Class Description class
TagNode.TagAllCondition
All nodes.class
TagNode.TagNodeAttExistsCondition
Checks if node contains specified attribute.class
TagNode.TagNodeAttValueCondition
Checks if node has specified attribute with specified value.class
TagNode.TagNodeNameCondition
Checks if node has specified name.Methods in org.htmlcleaner with parameters of type TagNode.ITagNodeCondition Modifier and Type Method Description private TagNode
TagNode. findElement(TagNode.ITagNodeCondition condition, boolean isRecursive)
Finds first element in the tree that satisfy specified condition.private java.util.List
TagNode. getElementList(TagNode.ITagNodeCondition condition, boolean isRecursive)
Get all elements in the tree that satisfy specified condition.private TagNode[]
TagNode. getElements(TagNode.ITagNodeCondition condition, boolean isRecursive)
-