Uses of Class
com.virtualweaver.xotics.datamodel.datatype.XdpNode

Packages that use XdpNode
com.virtualweaver.xotics.datamodel   
 

Uses of XdpNode in com.virtualweaver.xotics.datamodel
 

Methods in com.virtualweaver.xotics.datamodel that return XdpNode
 XdpNode XoRequestToolkit.getNodeById(java.lang.String id)
          Returns the XdpNode node wrapper associated to id param.
 

Methods in com.virtualweaver.xotics.datamodel with parameters of type XdpNode
 XdpSequence XoRequestToolkit.computeSteps(XdpNode ctxNode, XdpAnt[] ant)
          Computes a step with an ANT (Axis-Node-Test) filter and the context node, and returns a new sequence containing the resulting nodes.
 XsdDataType XoRequestToolkit.getTypedValue(XdpNode node)
          Gives XS datatype corresponding to the node param.
 XsdString XoRequestToolkit.getStringValue(XdpNode node)
          Converts node param in a string, according to XPath 2 conversion rules.