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

Packages that use XdpSequence
com.virtualweaver.xotics.datamodel   
com.virtualweaver.xotics.datamodel.xpath   
 

Uses of XdpSequence in com.virtualweaver.xotics.datamodel
 

Methods in com.virtualweaver.xotics.datamodel that return XdpSequence
 XdpSequence XoRequestToolkit.createRootSequence()
          Creates a new sequence with root node as only item.
 XdpSequence XoRequestToolkit.createSequence()
          Creates a new empty sequence.
 XdpSequence XoRequestToolkit.createContextSequence(XoNode node)
          Creates a new XPAth sequence filled with context node param.
 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.
 XdpSequence XoRequestToolkit.computeSteps(XdpSequence inSeq, XdpAnt[] ant)
          Computes a step with an ANT (Axis-Node-Test) filter and an input sequence, and returns a new sequence containing the resulting nodes.
 XdpSequence XoRequestToolkit.union(XdpSequence[] seq)
          Computes union of all XPath sequences given in array param seq (seq[0] & seq[1] & seq{2] ...), and returns result in seq[0].
 XdpSequence XoRequestToolkit.intersect(XdpSequence[] seq)
          Computes intersection of all XPath sequences given in array param seq (seq[0] | seq[1] | seq{2] ...), and returns result in seq[0].
 XdpSequence XoRequestToolkit.except(XdpSequence[] seq)
          Computes XPath except operation of all XPath sequences given in array param seq (seq[0] except seq[1] except seq{2] ...), and returns result in seq[0].
 

Methods in com.virtualweaver.xotics.datamodel with parameters of type XdpSequence
 XdpSequence XoRequestToolkit.computeSteps(XdpSequence inSeq, XdpAnt[] ant)
          Computes a step with an ANT (Axis-Node-Test) filter and an input sequence, and returns a new sequence containing the resulting nodes.
 XdpSequence XoRequestToolkit.union(XdpSequence[] seq)
          Computes union of all XPath sequences given in array param seq (seq[0] & seq[1] & seq{2] ...), and returns result in seq[0].
 XdpSequence XoRequestToolkit.intersect(XdpSequence[] seq)
          Computes intersection of all XPath sequences given in array param seq (seq[0] | seq[1] | seq{2] ...), and returns result in seq[0].
 XdpSequence XoRequestToolkit.except(XdpSequence[] seq)
          Computes XPath except operation of all XPath sequences given in array param seq (seq[0] except seq[1] except seq{2] ...), and returns result in seq[0].
 

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

Methods in com.virtualweaver.xotics.datamodel.xpath that return XdpSequence
 XdpSequence XpContext.getContextSequence()
          returns the context sequence
 

Methods in com.virtualweaver.xotics.datamodel.xpath with parameters of type XdpSequence
 XpContext XpContext.cloneContext(XdpSequence newSeq)
          Clone this context with a new context sequence provided as argument
 void XpContext.setContextSequence(XdpSequence contextSequence)
          sets the context sequence