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 classTagNode.TagAllConditionAll nodes.classTagNode.TagNodeAttExistsConditionChecks if node contains specified attribute.classTagNode.TagNodeAttValueConditionChecks if node has specified attribute with specified value.classTagNode.TagNodeNameConditionChecks if node has specified name.Methods in org.htmlcleaner with parameters of type TagNode.ITagNodeCondition Modifier and Type Method Description private TagNodeTagNode. findElement(TagNode.ITagNodeCondition condition, boolean isRecursive)Finds first element in the tree that satisfy specified condition.private java.util.ListTagNode. 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)
-