Uses of Interface
org.htmlcleaner.XmlVisitor
-
Packages that use XmlVisitor Package Description org.htmlcleaner -
-
Uses of XmlVisitor in org.htmlcleaner
Classes in org.htmlcleaner that implement XmlVisitor Modifier and Type Class Description class
DomBuilder
Fields in org.htmlcleaner declared as XmlVisitor Modifier and Type Field Description private XmlVisitor
XmlTraversor. visitor
Methods in org.htmlcleaner with parameters of type XmlVisitor Modifier and Type Method Description static void
XmlTraversor. traverse(XmlVisitor visitor, HtmlNode root)
Start a depth-first traverse of the root and all of its descendants.
-