org.exist.xpath
Class ValueBoolean

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

public class ValueBoolean
extends Value


Field Summary
protected  boolean booleanValue
           
 
Fields inherited from class org.exist.xpath.Value
isBoolean, isNodeList, isNumber, isString, isValueSet, type
 
Constructor Summary
ValueBoolean(boolean value)
           
 
Method Summary
 boolean getBooleanValue()
           
 org.w3c.dom.NodeList getNodeList()
           
 double getNumericValue()
           
 java.lang.String getStringValue()
           
 
Methods inherited from class org.exist.xpath.Value
get, getLength, getType, getValueSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

booleanValue

protected boolean booleanValue
Constructor Detail

ValueBoolean

public ValueBoolean(boolean value)
Method Detail

getNodeList

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

getStringValue

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

getNumericValue

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

getBooleanValue

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


Copyright (C) Wolfgang Meier. All rights reserved.