Class Context

java.lang.Object
com.werken.xpath.impl.Context
All Implemented Interfaces:
Cloneable

public class Context extends Object implements Cloneable
  • Constructor Details

    • Context

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

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

      public Context(List nodeSet, ContextSupport contextSupport)
  • Method Details

    • getNodeSet

      public List getNodeSet()
    • getSize

      public int getSize()
    • isEmpty

      public boolean isEmpty()
    • getPosition

      public int getPosition()
    • setPosition

      public void setPosition(int position)
    • getContextNode

      public Object getContextNode()
    • getNode

      public Object getNode(int index)
    • setNodeSet

      public void setNodeSet(List nodeSet)
    • getContextSupport

      public ContextSupport getContextSupport()
    • iterator

      public Iterator iterator()
    • translateNamespacePrefix

      public String translateNamespacePrefix(String prefix)
    • getVariableValue

      public Object getVariableValue(String variableName)
    • getFunction

      public Function getFunction(String name)
    • duplicate

      public Context duplicate()
    • toString

      public String toString()
      Overrides:
      toString in class Object