Interface ExpressionContext

    • Method Detail

      • getJXPathContext

        JXPathContext getJXPathContext()
        Get the JXPathContext in which this function is being evaluated.
        Returns:
        A list representing the current context nodes.
      • getContextNodePointer

        Pointer getContextNodePointer()
        Get the current context node.
        Returns:
        The current context node pointer.
      • getContextNodeList

        java.util.List getContextNodeList()
        Get the current context node list. Each element of the list is a Pointer.
        Returns:
        A list representing the current context nodes.
      • getPosition

        int getPosition()
        Returns the current context position.
        Returns:
        int