ch.ethz.mxquery.datamodel.xdm
Class LongToken
java.lang.Object
ch.ethz.mxquery.datamodel.xdm.Token
ch.ethz.mxquery.datamodel.xdm.LongToken
public final class LongToken
- extends Token
| Methods inherited from class ch.ethz.mxquery.datamodel.xdm.Token |
compare, compare, compareTo, equals, equals, getBinary, getBoolean, getDate, getDateTime, getDayTimeDur, getDouble, getDuration, getDynamicScope, getEventType, getFloat, getGregorian, getId, getLocal, getName, getNS, getNumber, getQNameTokenValue, getSchemaNormalizedValue, getText, getTime, getTypeAnnotation, getYearMonthDur, hashCode, isAttribute, setDynamicScope, setEventType, setId, setNS, setSchemaNormalizedValue |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LongToken
public LongToken(int type,
Identifier id,
long value)
throws MXQueryException
- for any of xs:integer subtypes
- Throws:
MXQueryException
LongToken
public LongToken(LongToken token)
getLong
public long getLong()
- Overrides:
getLong in class Token
getValueAsString
public java.lang.String getValueAsString()
- Overrides:
getValueAsString in class Token
toAttrToken
public Token toAttrToken(QName name,
XDMScope scope)
throws MXQueryException
- Overrides:
toAttrToken in class Token
- Throws:
MXQueryException
copy
public Token copy()
- Overrides:
copy in class Token
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich