booleanValue
|
|
Access
|
read-only
|
Returns
|
boolean
|
Get throws
|
XPathException
TYPE_ERR: raised if resultType is not BOOLEAN_TYPE.
|
nodeListValue
|
|
Access
|
read-only
|
Returns
|
NodeList
|
Get throws
|
XPathException
TYPE_ERR: raised if resultType is not NODELIST_TYPE or
|
numberValue
|
|
Access
|
read-only
|
Returns
|
float
|
Get throws
|
XPathException
TYPE_ERR: raised if resultType is not NUMBER_TYPE.
|
resultType
|
|
Access
|
read-only
|
Returns
|
unsigned short
|
stringValue
|
|
Access
|
read-only
|
Returns
|
String
|
Get throws
|
XPathException
TYPE_ERR: raised if resultType is not STRING_TYPE.
|