ch.ethz.mxquery.update.store.llImpl
Class LLEndToken
java.lang.Object
ch.ethz.mxquery.update.store.llImpl.LLToken
ch.ethz.mxquery.update.store.llImpl.LLEndToken
public class LLEndToken
- extends LLToken
Dummy end 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, insertBefore, insertBefore, isAttribute, setDepth, setEndEl, setName, setParent |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LLEndToken
public LLEndToken()
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