ch.ethz.mxquery.update.store.llImpl
Class LLStartToken
java.lang.Object
ch.ethz.mxquery.update.store.llImpl.LLToken
ch.ethz.mxquery.update.store.llImpl.LLStartToken
public class LLStartToken
- extends LLToken
Dummy start element of the token list.
Methods inherited from class ch.ethz.mxquery.update.store.llImpl.LLToken |
deleteMe, getDepth, getEndEl, getLocal, getName, getNext, getNS, getParent, getPrev, getSibling, getValueAsString, insertAfter, insertAfter, isAttribute, setDepth, setEndEl, setName, setParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LLStartToken
public LLStartToken()
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
insertBefore
public void insertBefore(LLToken token)
- Description copied from class:
LLToken
- Inserts the passed token before
this
into the token list.
- Overrides:
insertBefore
in class LLToken
insertBefore
public void insertBefore(TokenList tokenList)
- Description copied from class:
LLToken
- Inserts the passed token list before
this
into the token
list.
- Overrides:
insertBefore
in class LLToken
setNext
public void setNext(LLToken next)
- Specified by:
setNext
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