com.werken.xpath.impl

Class UnAbbrStep

public abstract class UnAbbrStep extends Step

Constructor Summary
UnAbbrStep(String axis)
Method Summary
StepaddPredicate(Predicate pred)
ContextapplyTo(Context context)
ListapplyTo(List nodeSet, ContextSupport support, String axis)
ListapplyTo(List nodeSet, ContextSupport support, String axis, boolean doPreds)
ListapplyToAncestor(Object node, ContextSupport support)
ListapplyToAncestorOrSelf(Object node, ContextSupport support)
ListapplyToAttribute(Object node, ContextSupport support)
ListapplyToChild(Object node, ContextSupport support)
ListapplyToDescendant(Object node, ContextSupport support)
ListapplyToDescendantOrSelf(Object node, ContextSupport support)
ListapplyToFollowing(Object node, ContextSupport support)
ListapplyToFollowingSibling(Object node, ContextSupport support)
ListapplyToParent(Object node, ContextSupport support)
ListapplyToPreceeding(Object node, ContextSupport support)
ListapplyToPreceedingSibling(Object node, ContextSupport support)
ListapplyToSelf(Object node, ContextSupport support)
StringgetAxis()
ListgetPredicates()

Constructor Detail

UnAbbrStep

public UnAbbrStep(String axis)

Method Detail

addPredicate

public Step addPredicate(Predicate pred)

applyTo

public Context applyTo(Context context)

applyTo

public List applyTo(List nodeSet, ContextSupport support, String axis)

applyTo

public List applyTo(List nodeSet, ContextSupport support, String axis, boolean doPreds)

applyToAncestor

public List applyToAncestor(Object node, ContextSupport support)

applyToAncestorOrSelf

public List applyToAncestorOrSelf(Object node, ContextSupport support)

applyToAttribute

public List applyToAttribute(Object node, ContextSupport support)

applyToChild

public List applyToChild(Object node, ContextSupport support)

applyToDescendant

public List applyToDescendant(Object node, ContextSupport support)

applyToDescendantOrSelf

public List applyToDescendantOrSelf(Object node, ContextSupport support)

applyToFollowing

public List applyToFollowing(Object node, ContextSupport support)

applyToFollowingSibling

public List applyToFollowingSibling(Object node, ContextSupport support)

applyToParent

public List applyToParent(Object node, ContextSupport support)

applyToPreceeding

public List applyToPreceeding(Object node, ContextSupport support)

applyToPreceedingSibling

public List applyToPreceedingSibling(Object node, ContextSupport support)

applyToSelf

public List applyToSelf(Object node, ContextSupport support)

getAxis

public String getAxis()

getPredicates

public List getPredicates()
Copyright B) 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.