cdqa.object

Class End


(package private) final class End
extends XAtomic

class End extends XAtomic
Author:
simonkm

Field Summary

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
booleanValue()
(package private) double
doubleValue()
short
getType()
(package private) int
intValue()
(package private) String
stringValue()
String
toString()
boolean
valueCompare(XObject o)

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

Method Details

booleanValue

(package private) final boolean booleanValue()
            throws CastException
Overrides:
booleanValue in interface XObject

doubleValue

(package private) final double doubleValue()
            throws CastException
Overrides:
doubleValue in interface XObject

getType

public final short getType()
Overrides:
getType in interface XObject

intValue

(package private) final int intValue()
            throws CastException
Overrides:
intValue in interface XObject

stringValue

(package private) final String stringValue()
            throws CastException
Overrides:
stringValue in interface XObject

toString

public final String toString()

valueCompare

public final boolean valueCompare(XObject o)
Overrides:
valueCompare in interface XObject
Returns:
false always