com.werken.xpath.impl

Class NameTestStep


public class NameTestStep
extends UnAbbrStep

Constructor Summary

NameTestStep(String axis, String namespacePrefix, String localName)

Method Summary

List
applyToAttribute(Object node, ContextSupport support)
List
applyToChild(Object node, ContextSupport support)
List
applyToSelf(Object node, ContextSupport support)
String
toString()

Methods inherited from class com.werken.xpath.impl.UnAbbrStep

addPredicate, applyTo, applyTo, applyTo, applyToAncestor, applyToAncestorOrSelf, applyToAttribute, applyToChild, applyToDescendant, applyToDescendantOrSelf, applyToFollowing, applyToFollowingSibling, applyToParent, applyToPreceeding, applyToPreceedingSibling, applyToSelf, getAxis, getPredicates

Methods inherited from class com.werken.xpath.impl.Step

applyTo, evaluate, isAbsolute, setIsAbsolute

Methods inherited from class com.werken.xpath.impl.Expr

evaluate

Constructor Details

NameTestStep

public NameTestStep(String axis,
                    String namespacePrefix,
                    String localName)

Method Details

applyToAttribute

public List applyToAttribute(Object node,
                             ContextSupport support)
Overrides:
applyToAttribute in interface UnAbbrStep


applyToChild

public List applyToChild(Object node,
                         ContextSupport support)
Overrides:
applyToChild in interface UnAbbrStep


applyToSelf

public List applyToSelf(Object node,
                        ContextSupport support)
Overrides:
applyToSelf in interface UnAbbrStep


toString

public String toString()


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