Uses of Class
com.virtualweaver.xotics.datamodel.xpath.XpContext

Packages that use XpContext
com.virtualweaver.xotics.datamodel.xpath   
com.virtualweaver.xotics.datamodel.xpath.function   
 

Uses of XpContext in com.virtualweaver.xotics.datamodel.xpath
 

Methods in com.virtualweaver.xotics.datamodel.xpath that return XpContext
 XpContext XpContext.cloneContext(XdpSequence newSeq)
          Clone this context with a new context sequence provided as argument
 

Methods in com.virtualweaver.xotics.datamodel.xpath with parameters of type XpContext
 XoDataType XpFunction.evaluate(XpContext ectx, XpEvaluable[] arguments)
          executes this function, with current XPath context and an array of arguments as XpEvaluable objects
 XoDataType XpEvaluable.evaluate(XpContext ectx)
          Performs some computation with dynamic context as execution environment, in order to produce an XPath compatible value.
 

Uses of XpContext in com.virtualweaver.xotics.datamodel.xpath.function
 

Methods in com.virtualweaver.xotics.datamodel.xpath.function with parameters of type XpContext
 XoDataType XpfAbstractFunction.evaluate(XpContext ectx, XpEvaluable[] arguments)
          This method resolves arguments by calling XpEvaluable.evaluate(XpContext), then call XpfAbstractFunction.evaluate(XpContext, XoDataType[]) with resolved arguments.
 XoDataType XpfAbstractFunction.evaluate(XpContext ectx, XoDataType[] args)
          default implementation consists in implementing this method.