com.werken.xpath.impl
Class PIStep

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.NodeTypeStep
                  extended by com.werken.xpath.impl.PIStep

public class PIStep
extends NodeTypeStep


Constructor Summary
PIStep(java.lang.String axis, java.lang.String target)
           
 
Method Summary
protected  boolean matches(java.lang.Object node)
           
 
Methods inherited from class com.werken.xpath.impl.NodeTypeStep
applyToChild, applyToNode, applyToNodes, applyToSelf, 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

PIStep

public PIStep(java.lang.String axis,
              java.lang.String target)
Method Detail

matches

protected boolean matches(java.lang.Object node)
Overrides:
matches in class NodeTypeStep


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