com.werken.xpath.impl
public abstract class UnAbbrStep extends Step
Constructor Summary | |
---|---|
UnAbbrStep(String axis) |
Method Summary | |
---|---|
Step | addPredicate(Predicate pred) |
Context | applyTo(Context context) |
List | applyTo(List nodeSet, ContextSupport support, String axis) |
List | applyTo(List nodeSet, ContextSupport support, String axis, boolean doPreds) |
List | applyToAncestor(Object node, ContextSupport support) |
List | applyToAncestorOrSelf(Object node, ContextSupport support) |
List | applyToAttribute(Object node, ContextSupport support) |
List | applyToChild(Object node, ContextSupport support) |
List | applyToDescendant(Object node, ContextSupport support) |
List | applyToDescendantOrSelf(Object node, ContextSupport support) |
List | applyToFollowing(Object node, ContextSupport support) |
List | applyToFollowingSibling(Object node, ContextSupport support) |
List | applyToParent(Object node, ContextSupport support) |
List | applyToPreceeding(Object node, ContextSupport support) |
List | applyToPreceedingSibling(Object node, ContextSupport support) |
List | applyToSelf(Object node, ContextSupport support) |
String | getAxis() |
List | getPredicates() |