Uses of Class com.werken.xpath.ContextSupport

Uses in package com.werken.xpath

Methods with return type com.werken.xpath.ContextSupport

ContextSupport

Methods with parameter type com.werken.xpath.ContextSupport

List
XPath.applyTo(ContextSupport contextSupport, Document doc)
List
XPath.applyTo(ContextSupport contextSupport, Element node)
Apply this XPath to a single root node
List
XPath.applyTo(ContextSupport contextSupport, List nodes)
Apply this XPath to a list of nodes

Uses in package com.werken.xpath.impl

Methods with return type com.werken.xpath.ContextSupport

ContextSupport

Methods with parameter type com.werken.xpath.ContextSupport

List
UnAbbrStep.applyTo(List nodeSet, ContextSupport support, String axis)
List
UnAbbrStep.applyTo(List nodeSet, ContextSupport support, String axis, boolean doPreds)
List
UnAbbrStep.applyToAncestor(Object node, ContextSupport support)
List
List
List
List
NameTestStep.applyToChild(Object node, ContextSupport support)
List
NodeTypeStep.applyToChild(Object node, ContextSupport support)
List
UnAbbrStep.applyToChild(Object node, ContextSupport support)
List
List
List
List
List
UnAbbrStep.applyToParent(Object node, ContextSupport support)
List
List
List
NameTestStep.applyToSelf(Object node, ContextSupport support)
List
NodeTypeStep.applyToSelf(Object node, ContextSupport support)
List
SelfStep.applyToSelf(Object node, ContextSupport support)
List
UnAbbrStep.applyToSelf(Object node, ContextSupport support)
List
Predicate.evaluateOn(List nodeSet, ContextSupport support, String axis)

Constructors with parameter type com.werken.xpath.ContextSupport

Context.Context(Document doc, ContextSupport contextSupport)
Context.Context(Element elem, ContextSupport contextSupport)
Context.Context(List nodeSet, ContextSupport contextSupport)

Copyright © 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.