Uses of Interface
org.htmlcleaner.HtmlNode
-
Packages that use HtmlNode Package Description org.htmlcleaner -
-
Uses of HtmlNode in org.htmlcleaner
Classes in org.htmlcleaner that implement HtmlNode Modifier and Type Class Description classCDataclassCommentNodeHTML comment token.classContentNodeHTML text token.classDoctypeTokenHTML doctype token.classTagNodeXML node tag - basic node of the cleaned HTML tree.Methods in org.htmlcleaner with parameters of type HtmlNode Modifier and Type Method Description intTagNode. getChildIndex(HtmlNode child)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 childbooleanTagNodeVisitor. visit(TagNode parentNode, HtmlNode htmlNode)Action to be performed on single node in the tree
-