MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.update.store.llImpl
Class LLEndToken

java.lang.Object
  extended by ch.ethz.mxquery.update.store.llImpl.LLToken
      extended by ch.ethz.mxquery.update.store.llImpl.LLEndToken

public class LLEndToken
extends LLToken

Dummy end element of the token list.


Constructor Summary
LLEndToken()
           
 
Method Summary
 LLToken copy()
           
 int getEventType()
           
 Identifier getId()
           
 void insertAfter(LLToken token)
          Inserts the passed token after this into the token list.
 void insertAfter(TokenList tokenList)
          Inserts the elements of the passed token list after this into the token list.
 void setId(Identifier id)
           
 void setNext(LLToken next)
           
 void setPrev(LLToken prev)
           
 java.lang.String toString()
           
 
Methods inherited from class ch.ethz.mxquery.update.store.llImpl.LLToken
deleteMe, getDepth, getEndEl, getLocal, getName, getNext, getNS, getParent, getPrev, getSibling, getValueAsString, insertBefore, insertBefore, isAttribute, setDepth, setEndEl, setName, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LLEndToken

public LLEndToken()
Method Detail

getId

public Identifier getId()
Overrides:
getId in class LLToken

setId

public void setId(Identifier id)

getEventType

public int getEventType()

setPrev

public void setPrev(LLToken prev)
Specified by:
setPrev in class LLToken

setNext

public void setNext(LLToken next)
Specified by:
setNext in class LLToken

insertAfter

public void insertAfter(LLToken token)
Description copied from class: LLToken
Inserts the passed token after this into the token list.

Overrides:
insertAfter in class LLToken

insertAfter

public void insertAfter(TokenList tokenList)
Description copied from class: LLToken
Inserts the elements of the passed token list after this into the token list.

Overrides:
insertAfter in class LLToken

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

copy

public LLToken copy()
             throws MXQueryException
Specified by:
copy in class LLToken
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich