Uses of Class
org.htmlcleaner.XPatherException
Packages that use XPatherException
-
Uses of XPatherException in org.htmlcleaner
Methods in org.htmlcleaner that throw XPatherExceptionModifier and TypeMethodDescriptionprotected CollectionXPather.evaluateAgainst(Collection object, int from, int to, boolean isRecursive, int position, int last, boolean isFilterContext, Collection filterSource) Object[]XPather.evaluateAgainstNode(TagNode node) Main public method for this class - a way to execute XPath expression against specified TagNode instance.protected CollectionXPather.evaluateFunction(Collection source, int from, int to, int position, int last, boolean isFilterContext) Evaluates specified function.Object[]TagNode.evaluateXPath(String xPathExpression) Evaluates XPath expression on give node.protected CollectionXPather.filterByCondition(Collection source, int from, int to) Filter nodes satisfying the conditionprivate CollectionXPather.getElementsByName(Collection source, int from, int to, boolean isRecursive, boolean isFilterContext) For the given source collection and specified name, returns collection of subnodes or attribute values.static voidprivate voidXPather.throwStandardException()