Get the first item in the sequence
- Returns
- XdmItem or null if sequence is empty
Reimplemented from XdmValue.
XDM_TYPE XdmItem::getType |
( |
| ) |
|
|
virtual |
jobject XdmItem::getUnderlyingValue |
( |
| ) |
|
|
virtual |
Get Java XdmValue object.
- Returns
- jobject - The Java object of the XdmValue in its JNI representation
Reimplemented from XdmValue.
Reimplemented in XdmNode.
Get the n'th item in the value, counting from zero.
- Parameters
-
n | the item that is required, counting the first item in the sequence as item zero |
- Returns
- the n'th item in the sequence making up the value, counting from zero return NULL if n is less than zero or greater than or equal to the number of items in the value return NULL if the value is lazily evaluated and the delayed evaluation fails with a dynamic error.
Reimplemented from XdmValue.
Get the number of items in the sequence
Reimplemented from XdmValue.
The documentation for this class was generated from the following files: