Uses of Interface
org.htmlcleaner.conditional.ITagNodeCondition
Packages that use ITagNodeCondition
-
Uses of ITagNodeCondition in org.htmlcleaner
Methods in org.htmlcleaner that return types with arguments of type ITagNodeConditionModifier and TypeMethodDescriptionCleanerProperties.getAllowTagSet()
protected Set
<ITagNodeCondition> HtmlCleaner.getAllowTagSet
(org.htmlcleaner.CleanTimeValues cleanTimeValues) CleanerProperties.getPruneTagSet()
protected Set
<ITagNodeCondition> HtmlCleaner.getPruneTagSet
(org.htmlcleaner.CleanTimeValues cleanTimeValues) Methods in org.htmlcleaner with parameters of type ITagNodeConditionModifier and TypeMethodDescriptionvoid
CleanerProperties.addPruneTagNodeCondition
(ITagNodeCondition condition) Adds the condition to existing prune tag set.void
CleanerProperties.fireConditionModification
(ITagNodeCondition condition, TagNode tagNode) TagNode.getElementList
(ITagNodeCondition condition, boolean isRecursive) Get all elements in the tree that satisfy specified condition. -
Uses of ITagNodeCondition in org.htmlcleaner.audit
Methods in org.htmlcleaner.audit with parameters of type ITagNodeConditionModifier and TypeMethodDescriptionvoid
HtmlModificationListener.fireConditionModification
(ITagNodeCondition condition, TagNode tagNode) Fired when cleaner modifies html due toITagNodeCondition
match.void
HtmlModificationListenerLogger.fireConditionModification
(ITagNodeCondition condition, TagNode tagNode) -
Uses of ITagNodeCondition in org.htmlcleaner.conditional
Classes in org.htmlcleaner.conditional that implement ITagNodeConditionModifier and TypeClassDescriptionclass
All nodes.class
Checks if node contains specified attribute.class
Checks if node has specified attribute with specified value.class
Checks if node has specified attribute with specified value.class
Remove empty autogenerated nodes.class
Checks if node is an inline 0r block element and has empty contents or white/non-breakable spaces only.class
Checks if node is an insignificant br tag -- is placed at the end or at the start of a block.class
Checks if node has specified name.