com.werken.xpath.impl
Class NameTestStep

java.lang.Object
  extended by com.werken.xpath.impl.Expr
      extended by com.werken.xpath.impl.Step
          extended by com.werken.xpath.impl.UnAbbrStep
              extended by com.werken.xpath.impl.NameTestStep

public class NameTestStep
extends UnAbbrStep


Constructor Summary
NameTestStep(java.lang.String axis, java.lang.String namespacePrefix, java.lang.String localName)
           
 
Method Summary
 java.util.List applyToAttribute(java.lang.Object node, ContextSupport support)
           
 java.util.List applyToChild(java.lang.Object node, ContextSupport support)
           
 java.util.List applyToSelf(java.lang.Object node, ContextSupport support)
           
 java.lang.String toString()
           
 
Methods inherited from class com.werken.xpath.impl.UnAbbrStep
addPredicate, applyTo, applyTo, applyTo, applyToAncestor, applyToAncestorOrSelf, applyToDescendant, applyToDescendantOrSelf, applyToFollowing, applyToFollowingSibling, applyToParent, applyToPreceeding, applyToPreceedingSibling, getAxis, getPredicates
 
Methods inherited from class com.werken.xpath.impl.Step
evaluate, isAbsolute, setIsAbsolute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameTestStep

public NameTestStep(java.lang.String axis,
                    java.lang.String namespacePrefix,
                    java.lang.String localName)
Method Detail

applyToSelf

public java.util.List applyToSelf(java.lang.Object node,
                                  ContextSupport support)
Overrides:
applyToSelf in class UnAbbrStep

applyToAttribute

public java.util.List applyToAttribute(java.lang.Object node,
                                       ContextSupport support)
Overrides:
applyToAttribute in class UnAbbrStep

applyToChild

public java.util.List applyToChild(java.lang.Object node,
                                   ContextSupport support)
Overrides:
applyToChild in class UnAbbrStep

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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