MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.datamodel.xdm
Class BinaryToken

java.lang.Object
  extended by ch.ethz.mxquery.datamodel.xdm.Token
      extended by ch.ethz.mxquery.datamodel.xdm.BinaryToken

public final class BinaryToken
extends Token


Field Summary
 
Fields inherited from class ch.ethz.mxquery.datamodel.xdm.Token
END_SEQUENCE_TOKEN, MASK_CLEAN_START_TAG, MASK_GET_START_TAG, START_SEQUENCE_TOKEN
 
Constructor Summary
BinaryToken(BinaryToken token)
           
BinaryToken(Identifier id, MXQueryBinary value, XDMScope scope)
           
BinaryToken(int type, Identifier id, MXQueryBinary value, XDMScope scope)
           
 
Method Summary
 Token copy()
           
 MXQueryBinary getBinary()
           
 java.lang.String getValueAsString()
           
 Token toAttrToken(QName name, XDMScope scope)
           
 
Methods inherited from class ch.ethz.mxquery.datamodel.xdm.Token
compare, compare, compareTo, equals, equals, getBoolean, getDate, getDateTime, getDayTimeDur, getDouble, getDuration, getDynamicScope, getEventType, getFloat, getGregorian, getId, getLocal, getLong, 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
 

Constructor Detail

BinaryToken

public BinaryToken(Identifier id,
                   MXQueryBinary value,
                   XDMScope scope)

BinaryToken

public BinaryToken(int type,
                   Identifier id,
                   MXQueryBinary value,
                   XDMScope scope)

BinaryToken

public BinaryToken(BinaryToken token)
Method Detail

getBinary

public MXQueryBinary getBinary()
Overrides:
getBinary 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

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich