|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.xpath.Value
org.exist.xpath.ValueNodeSet
Field Summary | |
protected NodeSet |
nodes
|
Fields inherited from class org.exist.xpath.Value |
isBoolean, isNodeList, isNumber, isString, isValueSet, type |
Constructor Summary | |
ValueNodeSet(NodeSet value)
|
Method Summary | |
boolean |
getBooleanValue()
|
int |
getLength()
|
org.w3c.dom.NodeList |
getNodeList()
|
double |
getNumericValue()
|
java.lang.String |
getStringValue()
|
void |
setValue(NodeSet value)
|
Methods inherited from class org.exist.xpath.Value |
get, getType, getValueSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected NodeSet nodes
Constructor Detail |
public ValueNodeSet(NodeSet value)
Method Detail |
public boolean getBooleanValue()
getBooleanValue
in class Value
public org.w3c.dom.NodeList getNodeList()
getNodeList
in class Value
public int getLength()
getLength
in class Value
public double getNumericValue()
getNumericValue
in class Value
public java.lang.String getStringValue()
getStringValue
in class Value
public void setValue(NodeSet value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |