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 Collection
XPather.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 Collection
XPather.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 Collection
XPather.filterByCondition
(Collection source, int from, int to) Filter nodes satisfying the conditionprivate Collection
XPather.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 void
private void
XPather.throwStandardException()