public class EmptyTokenStored extends Object implements Token
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<QName,String> |
extraAttributes |
protected String |
id |
static String |
ID_PREFIX |
protected int |
order |
protected String |
tokenString |
static String |
XML_NAME |
| Constructor and Description |
|---|
EmptyTokenStored() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEnd() |
LinkedHashMap<String,String> |
getExtraAttributes() |
String |
getID() |
int |
getOrder() |
String[] |
getParts() |
Long |
getStart() |
String |
getString() |
String |
getSurfaceForm() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
public static final String ID_PREFIX
protected String tokenString
protected String id
protected LinkedHashMap<QName,String> extraAttributes
protected int order
public String getSurfaceForm()
getSurfaceForm in interface Tokenpublic LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.