com.werken.xpath.impl
Class NodeTypeStep

java.lang.Object
  extended bycom.werken.xpath.impl.Expr
      extended bycom.werken.xpath.impl.Step
          extended bycom.werken.xpath.impl.UnAbbrStep
              extended bycom.werken.xpath.impl.NodeTypeStep
Direct Known Subclasses:
PIStep

public class NodeTypeStep
extends UnAbbrStep


Constructor Summary
NodeTypeStep(java.lang.String axis, java.lang.String nodeType)
           
 
Method Summary
 java.util.List applyToChild(java.lang.Object node, ContextSupport support)
           
 java.util.List applyToNode(java.lang.Object node)
           
 java.util.List applyToNodes(java.util.List nodeSet)
           
 java.util.List applyToSelf(java.lang.Object node, ContextSupport support)
           
protected  boolean matches(java.lang.Object node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.werken.xpath.impl.UnAbbrStep
addPredicate, applyTo, applyTo, applyTo, applyToAncestor, applyToAncestorOrSelf, applyToAttribute, 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

NodeTypeStep

public NodeTypeStep(java.lang.String axis,
                    java.lang.String nodeType)
Method Detail

matches

protected boolean matches(java.lang.Object node)

applyToNode

public java.util.List applyToNode(java.lang.Object node)

applyToNodes

public java.util.List applyToNodes(java.util.List nodeSet)

applyToChild

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

applyToSelf

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

toString

public java.lang.String toString()


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