Empty | True if this XdmSequence is empty. |
AsString | Overloaded. Returns a String comprised of the XdmValue.AsString() value of each item in the sequence with the given separator string between each. If the sequence is empty (Empty is true) then the empty string is returned. |
AsStrings | Returns an array of Strings, each of which is the value returned by the XdmItem.AsString() method for each item in the sequence. |
GetEnumerator | An IEnumerator instance that iterates over the items in this XdmSequence. |
ItemAt | Return the XdmItem at the given position from this XdmSequence. |
Size | The number of Items (possibly zero) in this sequence. |
ToArray | Construct an array of XdmItems from this XdmSequence. |
ToString | Return a textual description of this XdmSequence object, NOT the value of the items in the sequence. Use the AsString() or AsStrings() methods to obtain String representations of the item values. |
XdmSequence Interface | Marklogic.Xcc.Types Namespace