Uses of Interface
org.htmlcleaner.HtmlNode
Packages that use HtmlNode
-
Uses of HtmlNode in org.htmlcleaner
Classes in org.htmlcleaner that implement HtmlNodeModifier and TypeClassDescriptionclassclassclassHTML comment token.classHTML text token.classHTML doctype token.classHTML tag end token.classXML node tag - basic node of the cleaned HTML tree.classHTML tag token - descendants are start (TagNode) and end token (EndTagToken).Methods in org.htmlcleaner with parameters of type HtmlNodeModifier and TypeMethodDescriptionintTagNode.getChildIndex(HtmlNode child) voidvoidCallback for when a node is first visited.voidTagNode.insertChild(int index, HtmlNode childToAdd) Inserts specified node at specified position in array of childrenvoidTagNode.insertChildAfter(HtmlNode node, HtmlNode nodeToInsert) Inserts specified node in the list of children after specified childvoidTagNode.insertChildBefore(HtmlNode node, HtmlNode nodeToInsert) Inserts specified node in the list of children before specified childvoidvoidCallback for when a node is last visited, after all of its descendants have been visited.static voidXmlTraversor.traverse(XmlVisitor visitor, HtmlNode root) Start a depth-first traverse of the root and all of its descendants.booleanAction to be performed on single node in the tree