Uses of Class
com.werken.xpath.ContextSupport
-
Packages that use ContextSupport Package Description com.werken.xpath Provides the core tools needed to use XPathcom.werken.xpath.impl Contains implementation classes for evaluating XPath components -
-
Uses of ContextSupport in com.werken.xpath
Methods in com.werken.xpath that return ContextSupport Modifier and Type Method Description ContextSupport
Context. getContextSupport()
Methods in com.werken.xpath with parameters of type ContextSupport Modifier and Type Method Description java.util.List
XPath. applyTo(ContextSupport contextSupport, java.util.List nodes)
Apply this XPath to a list of nodesjava.util.List
XPath. applyTo(ContextSupport contextSupport, org.jdom.Document doc)
java.util.List
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 ContextSupport Modifier and Type Method Description ContextSupport
Context. getContextSupport()
Methods in com.werken.xpath.impl with parameters of type ContextSupport Modifier and Type Method Description java.util.List
UnAbbrStep. applyTo(java.util.List nodeSet, ContextSupport support, java.lang.String axis)
java.util.List
UnAbbrStep. applyTo(java.util.List nodeSet, ContextSupport support, java.lang.String axis, boolean doPreds)
java.util.List
UnAbbrStep. applyToAncestor(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToAncestorOrSelf(java.lang.Object node, ContextSupport support)
java.util.List
NameTestStep. applyToAttribute(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToAttribute(java.lang.Object node, ContextSupport support)
java.util.List
NameTestStep. applyToChild(java.lang.Object node, ContextSupport support)
java.util.List
NodeTypeStep. applyToChild(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToChild(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToDescendant(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToDescendantOrSelf(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToFollowing(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToFollowingSibling(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToParent(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToPreceeding(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToPreceedingSibling(java.lang.Object node, ContextSupport support)
java.util.List
NameTestStep. applyToSelf(java.lang.Object node, ContextSupport support)
java.util.List
NodeTypeStep. applyToSelf(java.lang.Object node, ContextSupport support)
java.util.List
SelfStep. applyToSelf(java.lang.Object node, ContextSupport support)
java.util.List
UnAbbrStep. applyToSelf(java.lang.Object node, ContextSupport support)
java.util.List
Predicate. evaluateOn(java.util.List nodeSet, ContextSupport support, java.lang.String axis)
Constructors in com.werken.xpath.impl with parameters of type ContextSupport Constructor Description Context(java.util.List nodeSet, ContextSupport contextSupport)
Context(org.jdom.Document doc, ContextSupport contextSupport)
Context(org.jdom.Element elem, ContextSupport contextSupport)
-