ch.ethz.mxquery.datamodel.xdm
Class GregorianAttrToken
java.lang.Object
ch.ethz.mxquery.datamodel.xdm.Token
ch.ethz.mxquery.datamodel.xdm.NamedToken
ch.ethz.mxquery.datamodel.xdm.GregorianAttrToken
public final class GregorianAttrToken
- extends NamedToken
Methods inherited from class ch.ethz.mxquery.datamodel.xdm.NamedToken |
copyStrip, getID, getIDREF, getIDREFS, getListValueTypes, getLocal, getName, getNS, getPrefix, setID, setIDREF, setIDREFS, setListValueTypes, setNS, toAttrToken |
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, getId, getLong, getNumber, getQNameTokenValue, getSchemaNormalizedValue, getText, getTime, getTypeAnnotation, getYearMonthDur, hashCode, isAttribute, setDynamicScope, setEventType, setId, setSchemaNormalizedValue |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
GregorianAttrToken
public GregorianAttrToken(Identifier id,
MXQueryGregorian val,
QName name,
XDMScope scope)
throws MXQueryException
- Throws:
MXQueryException
GregorianAttrToken
public GregorianAttrToken(GregorianAttrToken token)
getGregorian
public MXQueryGregorian getGregorian()
- Overrides:
getGregorian
in class Token
getValueAsString
public java.lang.String getValueAsString()
- Overrides:
getValueAsString
in class NamedToken
copy
public NamedToken copy(QName newName)
throws MXQueryException
- Overrides:
copy
in class NamedToken
- Throws:
MXQueryException
copy
public Token copy()
- Overrides:
copy
in class NamedToken
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich