org.exist.xpath
Class ValueNodeSet

java.lang.Object
  extended byorg.exist.xpath.Value
      extended byorg.exist.xpath.ValueNodeSet

public class ValueNodeSet
extends Value


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

nodes

protected NodeSet nodes
Constructor Detail

ValueNodeSet

public ValueNodeSet(NodeSet value)
Method Detail

getBooleanValue

public boolean getBooleanValue()
Specified by:
getBooleanValue in class Value

getNodeList

public org.w3c.dom.NodeList getNodeList()
Specified by:
getNodeList in class Value

getLength

public int getLength()
Overrides:
getLength in class Value

getNumericValue

public double getNumericValue()
Specified by:
getNumericValue in class Value

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in class Value

setValue

public void setValue(NodeSet value)


Copyright (C) Wolfgang Meier. All rights reserved.