ch.ethz.mxquery.datamodel.xdm
Class AnyURIToken
java.lang.Object
ch.ethz.mxquery.datamodel.xdm.Token
ch.ethz.mxquery.datamodel.xdm.TextToken
ch.ethz.mxquery.datamodel.xdm.AnyURIToken
public final class AnyURIToken
- extends TextToken
Methods inherited from class ch.ethz.mxquery.datamodel.xdm.TextToken |
copy |
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, getLong, getName, getNS, getNumber, getQNameTokenValue, getSchemaNormalizedValue, getTime, getTypeAnnotation, getYearMonthDur, hashCode, isAttribute, setDynamicScope, setEventType, setId, setNS, setSchemaNormalizedValue |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
AnyURIToken
public AnyURIToken(Identifier id,
java.lang.String value)
throws MXQueryException
- Throws:
MXQueryException
AnyURIToken
public AnyURIToken(int type,
Identifier id,
java.lang.String value,
XDMScope scope)
throws MXQueryException
- Throws:
MXQueryException
getText
public java.lang.String getText()
- Overrides:
getText
in class TextToken
getValueAsString
public java.lang.String getValueAsString()
- Overrides:
getValueAsString
in class TextToken
toAttrToken
public Token toAttrToken(QName name,
XDMScope scope)
throws MXQueryException
- Overrides:
toAttrToken
in class TextToken
- Throws:
MXQueryException
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich