MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.datamodel.xdm
Class ProcessingInstrToken

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

public final class ProcessingInstrToken
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
ProcessingInstrToken(Identifier id, java.lang.String val, java.lang.String name, XDMScope curscope)
           
ProcessingInstrToken(ProcessingInstrToken token)
           
 
Method Summary
 Token copy()
           
 java.lang.String getLocal()
           
 java.lang.String getName()
           
 java.lang.String getText()
           
 java.lang.String getValueAsString()
           
 
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, getLong, getNS, getNumber, getQNameTokenValue, getSchemaNormalizedValue, getTime, getTypeAnnotation, getYearMonthDur, hashCode, isAttribute, setDynamicScope, setEventType, setId, setNS, setSchemaNormalizedValue, toAttrToken
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingInstrToken

public ProcessingInstrToken(Identifier id,
                            java.lang.String val,
                            java.lang.String name,
                            XDMScope curscope)
                     throws MXQueryException
Throws:
MXQueryException

ProcessingInstrToken

public ProcessingInstrToken(ProcessingInstrToken token)
Method Detail

getText

public java.lang.String getText()
Overrides:
getText in class Token

getValueAsString

public java.lang.String getValueAsString()
Overrides:
getValueAsString in class Token

getName

public java.lang.String getName()
Overrides:
getName in class Token

getLocal

public java.lang.String getLocal()
Overrides:
getLocal in class Token

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