Package com.werken.xpath.impl
Class UnAbbrStep
java.lang.Object
com.werken.xpath.impl.Expr
com.werken.xpath.impl.Step
com.werken.xpath.impl.UnAbbrStep
- Direct Known Subclasses:
NameTestStep
,NodeTypeStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPredicate
(Predicate pred) applyTo
(List nodeSet, ContextSupport support, String axis) applyTo
(List nodeSet, ContextSupport support, String axis, boolean doPreds) applyToAncestor
(Object node, ContextSupport support) applyToAncestorOrSelf
(Object node, ContextSupport support) applyToAttribute
(Object node, ContextSupport support) applyToChild
(Object node, ContextSupport support) applyToDescendant
(Object node, ContextSupport support) applyToDescendantOrSelf
(Object node, ContextSupport support) applyToFollowing
(Object node, ContextSupport support) applyToFollowingSibling
(Object node, ContextSupport support) applyToParent
(Object node, ContextSupport support) applyToPreceeding
(Object node, ContextSupport support) applyToPreceedingSibling
(Object node, ContextSupport support) applyToSelf
(Object node, ContextSupport support) getAxis()
Methods inherited from class com.werken.xpath.impl.Step
evaluate, isAbsolute, setIsAbsolute
-
Constructor Details
-
UnAbbrStep
-
-
Method Details
-
getAxis
-
addPredicate
-
getPredicates
-
applyTo
-
applyTo
-
applyTo
-
applyToSelf
-
applyToChild
-
applyToDescendant
-
applyToDescendantOrSelf
-
applyToParent
-
applyToAncestor
-
applyToAncestorOrSelf
-
applyToAttribute
-
applyToPreceeding
-
applyToFollowing
-
applyToPreceedingSibling
-
applyToFollowingSibling
-