Package eu.clarin.weblicht.wlfxb.tc.xb
Class TokenStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.TokenStored
-
- All Implemented Interfaces:
ExtraAttributes,Token
public class TokenStored extends Object implements Token
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkedHashMap<QName,String>extraAttributesstatic StringID_PREFIXprotected intorderprotected String[]partsprotected Longstartprotected StringsurfaceFormprotected StringtokenIdprotected StringtokenStringstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description TokenStored()
-
-
-
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
-
tokenId
protected String tokenId
-
start
protected Long start
-
surfaceForm
protected String surfaceForm
-
parts
protected String[] parts
-
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
-
-