|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.xquery.dt.BaseValue
net.axyana.qizxopen.xquery.dm.NodeSequenceBase
Field Summary |
Fields inherited from interface net.axyana.qizxopen.xquery.XQItem |
INCOMPARABLE |
Constructor Summary | |
NodeSequenceBase()
|
Method Summary | |
XQItem |
asAtom()
Gets the current item with atomization. |
int |
compareTo(XQItem that,
java.text.Collator collator,
int implicitTimeZone)
Compares two items. |
boolean |
getBoolean()
Gets the item as a boolean value. |
double |
getDouble()
Gets the item as a double value. |
long |
getInteger()
Gets the item as a integer value. |
XQItem |
getItem()
Gets the current item (undefined result if end of sequence reached). |
abstract XQNode |
getNode()
Gets the item as a Node value. |
java.lang.String |
getString()
Gets the item as a String value. |
XQItemType |
getType()
Returns the type description. |
boolean |
isNode()
Tests whether the item is a Node. |
Methods inherited from class net.axyana.qizxopen.xquery.dt.BaseValue |
deepEqual, getDecimal, getFloat, hasQuickIndex, nextCollection, quickCount, quickIndex, setLazy, worthExpanding |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.axyana.qizxopen.xquery.XQValue |
bornAgain, next |
Constructor Detail |
public NodeSequenceBase()
Method Detail |
public XQItemType getType() throws XQEvalException
XQItem
XQEvalException
public boolean isNode()
XQItem
public abstract XQNode getNode() throws XQEvalException
XQItem
XQEvalException
public XQItem getItem() throws XQEvalException
XQValue
XQEvalException
public XQItem asAtom() throws XQEvalException
XQValue
XQEvalException
public boolean getBoolean() throws XQEvalException
XQItem
XQEvalException
public java.lang.String getString() throws XQEvalException
XQItem
XQEvalException
public long getInteger() throws XQEvalException
XQItem
XQEvalException
public double getDouble() throws XQEvalException
XQItem
XQEvalException
public int compareTo(XQItem that, java.text.Collator collator, int implicitTimeZone) throws XQEvalException
XQItem
XQEvalException
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |