Get the typed value of the item.
For a node, this is the typed value as defined in the XPath 2.0 data model. Since a node
may have a list-valued data type, the typed value is in general a sequence, and it is returned
in the form of a SequenceIterator.
If the node has not been validated against a schema, the typed value
will be the same as the string value, either as an instance of xs:string or as an instance
of xdt:untypedAtomic, depending on the node kind.
For an atomic value, this method returns an iterator over a singleton sequence containing
the atomic value itself.
an iterator over the items in the typed value of the node or atomic value. Theitems returned by this iterator will always be atomic values. throws: XPathException - where no typed value is available, for example in the case ofan element with complex content since: 8.4 |