|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Item
An Item is an object that can occur as a member of a sequence. There are two kinds of Item: simple values, and nodes.
Method Summary | |
---|---|
String |
getStringValue()
Get the value of the item as a string |
SequenceIterator |
getTypedValue()
Get the typed value of the item |
Method Detail |
---|
String getStringValue() throws XPathException
XPathException
- if the string value cannot be obtained. Some
items have no string value, e.g. a QNameSequenceIterator getTypedValue() throws XPathException
XPathException
- where no typed value is available, e.g. for
an element with complex content
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |