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 classDomBuilderFields in org.htmlcleaner declared as XmlVisitor Modifier and Type Field Description private XmlVisitorXmlTraversor. visitorMethods in org.htmlcleaner with parameters of type XmlVisitor Modifier and Type Method Description static voidXmlTraversor. traverse(XmlVisitor visitor, HtmlNode root)Start a depth-first traverse of the root and all of its descendants.
-