Uses of Class
org.htmlcleaner.XPatherException
-
Packages that use XPatherException Package Description org.htmlcleaner -
-
Uses of XPatherException in org.htmlcleaner
Methods in org.htmlcleaner that throw XPatherException Modifier and Type Method Description Object[]XPather. evaluateAgainstNode(TagNode node)Main public method for this class - a way to execute XPath expression against specified TagNode instance.Object[]TagNode. evaluateXPath(String xPathExpression)Evaluates XPath expression on give node.static voidCommandLine. main(String[] args)
-