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 java.lang.Object[]XPather. evaluateAgainstNode(TagNode node)Main public method for this class - a way to execute XPath expression against specified TagNode instance.java.lang.Object[]TagNode. evaluateXPath(java.lang.String xPathExpression)Evaluates XPath expression on give node.static voidCommandLine. main(java.lang.String[] args)
-