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 ContextSupportContext. getContextSupport()Methods in com.werken.xpath with parameters of type ContextSupport Modifier and Type Method Description java.util.ListXPath. applyTo(ContextSupport contextSupport, java.util.List nodes)Apply this XPath to a list of nodesjava.util.ListXPath. applyTo(ContextSupport contextSupport, org.jdom.Document doc)java.util.ListXPath. 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 ContextSupportContext. getContextSupport()Methods in com.werken.xpath.impl with parameters of type ContextSupport Modifier and Type Method Description java.util.ListUnAbbrStep. applyTo(java.util.List nodeSet, ContextSupport support, java.lang.String axis)java.util.ListUnAbbrStep. applyTo(java.util.List nodeSet, ContextSupport support, java.lang.String axis, boolean doPreds)java.util.ListUnAbbrStep. applyToAncestor(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToAncestorOrSelf(java.lang.Object node, ContextSupport support)java.util.ListNameTestStep. applyToAttribute(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToAttribute(java.lang.Object node, ContextSupport support)java.util.ListNameTestStep. applyToChild(java.lang.Object node, ContextSupport support)java.util.ListNodeTypeStep. applyToChild(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToChild(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToDescendant(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToDescendantOrSelf(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToFollowing(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToFollowingSibling(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToParent(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToPreceeding(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToPreceedingSibling(java.lang.Object node, ContextSupport support)java.util.ListNameTestStep. applyToSelf(java.lang.Object node, ContextSupport support)java.util.ListNodeTypeStep. applyToSelf(java.lang.Object node, ContextSupport support)java.util.ListSelfStep. applyToSelf(java.lang.Object node, ContextSupport support)java.util.ListUnAbbrStep. applyToSelf(java.lang.Object node, ContextSupport support)java.util.ListPredicate. 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)
-