Uses of Class
com.werken.xpath.ContextSupport
Packages that use ContextSupport
Package
Description
Provides the core tools needed to use XPath
Contains implementation classes for evaluating XPath components
-
Uses of ContextSupport in com.werken.xpath
Methods in com.werken.xpath that return ContextSupportMethods in com.werken.xpath with parameters of type ContextSupportModifier and TypeMethodDescriptionXPath.applyTo
(ContextSupport contextSupport, List nodes) Apply this XPath to a list of nodesXPath.applyTo
(ContextSupport contextSupport, org.jdom.Document doc) XPath.applyTo
(ContextSupport contextSupport, org.jdom.Element node) Apply this XPath to a single root node -
Uses of ContextSupport in com.werken.xpath.impl
Methods in com.werken.xpath.impl that return ContextSupportMethods in com.werken.xpath.impl with parameters of type ContextSupportModifier and TypeMethodDescriptionUnAbbrStep.applyTo
(List nodeSet, ContextSupport support, String axis) UnAbbrStep.applyTo
(List nodeSet, ContextSupport support, String axis, boolean doPreds) UnAbbrStep.applyToAncestor
(Object node, ContextSupport support) UnAbbrStep.applyToAncestorOrSelf
(Object node, ContextSupport support) NameTestStep.applyToAttribute
(Object node, ContextSupport support) UnAbbrStep.applyToAttribute
(Object node, ContextSupport support) NameTestStep.applyToChild
(Object node, ContextSupport support) NodeTypeStep.applyToChild
(Object node, ContextSupport support) UnAbbrStep.applyToChild
(Object node, ContextSupport support) UnAbbrStep.applyToDescendant
(Object node, ContextSupport support) UnAbbrStep.applyToDescendantOrSelf
(Object node, ContextSupport support) UnAbbrStep.applyToFollowing
(Object node, ContextSupport support) UnAbbrStep.applyToFollowingSibling
(Object node, ContextSupport support) UnAbbrStep.applyToParent
(Object node, ContextSupport support) UnAbbrStep.applyToPreceeding
(Object node, ContextSupport support) UnAbbrStep.applyToPreceedingSibling
(Object node, ContextSupport support) NameTestStep.applyToSelf
(Object node, ContextSupport support) NodeTypeStep.applyToSelf
(Object node, ContextSupport support) SelfStep.applyToSelf
(Object node, ContextSupport support) UnAbbrStep.applyToSelf
(Object node, ContextSupport support) Predicate.evaluateOn
(List nodeSet, ContextSupport support, String axis) Constructors in com.werken.xpath.impl with parameters of type ContextSupportModifierConstructorDescriptionContext
(List nodeSet, ContextSupport contextSupport) Context
(org.jdom.Document doc, ContextSupport contextSupport) Context
(org.jdom.Element elem, ContextSupport contextSupport)