Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
cdqa.object.XObject
cdqa.object.XAtomic
cdqa.object.XBoolean
public final class XBoolean
extends XAtomic
Fields inherited from class cdqa.object.XObject | |
LOGGER , TYPE_ATTR , TYPE_BOOLEAN , TYPE_DOCUMENT , TYPE_DOUBLE , TYPE_ELEMENT , TYPE_END , TYPE_INTEGER , TYPE_STRING , TYPE_TEXT |
Method Summary | |
(package private) boolean | |
static XBoolean |
|
(package private) double | |
short |
|
(package private) int |
|
(package private) String | |
boolean |
Methods inherited from class cdqa.object.XAtomic | |
createDOMClone , fullText , getDocumentElement , getNodeName , getOwnerDocument , getParentNode , isAtomic , isDOM , pathTo , print , shortText |
Methods inherited from class cdqa.object.XObject | |
asBoolean , asDouble , asInteger , asString , booleanValue , createDOMClone , doubleValue , fullText , getDocumentElement , getFullText , getLabel , getNodeName , getOwnerDocument , getParentNode , getType , intValue , isAtomic , isDOM , isEND , isFALSE , isTRUE , pathTo , print , shortText , stringValue , theENDObject , valueCompare , valueCompare |
(package private) boolean booleanValue() throws CastException
- Overrides:
- booleanValue in interface XObject
(package private) double doubleValue() throws CastException
- Overrides:
- doubleValue in interface XObject
public short getType()
Returns the type of this object. see the enumeration in XObject class