com.werken.xpath.impl
Class ParentStep

java.lang.Object
  extended by com.werken.xpath.impl.Expr
      extended by com.werken.xpath.impl.Step
          extended by com.werken.xpath.impl.AbbrStep
              extended by com.werken.xpath.impl.ParentStep

public class ParentStep
extends AbbrStep


Constructor Summary
ParentStep()
           
 
Method Summary
 Context applyTo(Context context)
           
static java.lang.Object findParent(java.lang.Object node)
           
static java.util.List findParents(java.util.List nodeSet)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

ParentStep

public ParentStep()
Method Detail

applyTo

public Context applyTo(Context context)
Overrides:
applyTo in class Step

findParent

public static java.lang.Object findParent(java.lang.Object node)

findParents

public static java.util.List findParents(java.util.List nodeSet)


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