Interface Context


public interface Context
  • Method Details

    • getNodeSet

      List getNodeSet()
    • getContextNode

      Object getContextNode()
    • getPosition

      int getPosition()
    • getSize

      int getSize()
    • isEmpty

      boolean isEmpty()
    • translateNamespacePrefix

      String translateNamespacePrefix(String prefix)
    • getVariableValue

      Object getVariableValue(String name)
    • getFunction

      Function getFunction(String name)
    • getContextSupport

      ContextSupport getContextSupport()
    • setNodeSet

      void setNodeSet(List nodeSet)
    • duplicate

      Context duplicate()