|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
int |
getItemType()
Get the type of the item. |
java.lang.String |
getStringValue()
Get the value of the item as a string |
Value |
getTypedValue()
Get the typed value of the item |
Method Detail |
public java.lang.String getStringValue() throws XPathException
XPathException
- if the string value cannot be obtained. Some
items have no string value, e.g. a QNamepublic int getItemType()
Type
public Value 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 |