com.werken.xpath.impl
クラス ParentStep

java.lang.Object
  |
  +--com.werken.xpath.impl.Expr
        |
        +--com.werken.xpath.impl.Step
              |
              +--com.werken.xpath.impl.AbbrStep
                    |
                    +--com.werken.xpath.impl.ParentStep

public class ParentStep
extends AbbrStep


コンストラクタの概要
ParentStep()
           
 
メソッドの概要
 Context applyTo(Context context)
           
static java.lang.Object findParent(java.lang.Object node)
           
static java.util.List findParents(java.util.List nodeSet)
           
 
クラス com.werken.xpath.impl.Step から継承したメソッド
evaluate, isAbsolute, setIsAbsolute
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ParentStep

public ParentStep()
メソッドの詳細

applyTo

public Context applyTo(Context context)
オーバーライド:
クラス Step 内の applyTo

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.