com.werken.xpath.impl
クラス Context

java.lang.Object
  |
  +--com.werken.xpath.impl.Context
すべての実装インタフェース:
java.lang.Cloneable

public class Context
extends java.lang.Object
implements java.lang.Cloneable


コンストラクタの概要
Context(org.jdom.Document doc, ContextSupport contextSupport)
           
Context(org.jdom.Element elem, ContextSupport contextSupport)
           
Context(java.util.List nodeSet, ContextSupport contextSupport)
           
 
メソッドの概要
 Context duplicate()
           
 java.lang.Object getContextNode()
           
 ContextSupport getContextSupport()
           
 Function getFunction(java.lang.String name)
           
 java.lang.Object getNode(int index)
           
 java.util.List getNodeSet()
           
 int getPosition()
           
 int getSize()
           
 java.lang.Object getVariableValue(java.lang.String variableName)
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void setNodeSet(java.util.List nodeSet)
           
 void setPosition(int position)
           
 java.lang.String toString()
           
 java.lang.String translateNamespacePrefix(java.lang.String prefix)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Context

public Context(org.jdom.Document doc,
               ContextSupport contextSupport)

Context

public Context(org.jdom.Element elem,
               ContextSupport contextSupport)

Context

public Context(java.util.List nodeSet,
               ContextSupport contextSupport)
メソッドの詳細

getNodeSet

public java.util.List getNodeSet()

getSize

public int getSize()

isEmpty

public boolean isEmpty()

getPosition

public int getPosition()

setPosition

public void setPosition(int position)

getContextNode

public java.lang.Object getContextNode()

getNode

public java.lang.Object getNode(int index)

setNodeSet

public void setNodeSet(java.util.List nodeSet)

getContextSupport

public ContextSupport getContextSupport()

iterator

public java.util.Iterator iterator()

translateNamespacePrefix

public java.lang.String translateNamespacePrefix(java.lang.String prefix)

getVariableValue

public java.lang.Object getVariableValue(java.lang.String variableName)

getFunction

public Function getFunction(java.lang.String name)

duplicate

public Context duplicate()

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString


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