Package eu.clarin.weblicht.wlfxb.tc.xb
Class EmptyTokenStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.EmptyTokenStored
-
- All Implemented Interfaces:
ExtraAttributes,Token
public class EmptyTokenStored extends Object implements Token
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkedHashMap<QName,String>extraAttributesprotected Stringidstatic StringID_PREFIXprotected intorderprotected StringtokenStringstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description EmptyTokenStored()
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
ID_PREFIX
public static final String ID_PREFIX
- See Also:
- Constant Field Values
-
tokenString
protected String tokenString
-
id
protected String id
-
extraAttributes
protected LinkedHashMap<QName,String> extraAttributes
-
order
protected int order
-
-
Method Detail
-
getSurfaceForm
public String getSurfaceForm()
- Specified by:
getSurfaceFormin interfaceToken
-
getExtraAttributes
public LinkedHashMap<String,String> getExtraAttributes()
- Specified by:
getExtraAttributesin interfaceExtraAttributes
-
-