public class TextSpanStored extends Object implements TextSpan
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
endChar |
protected String |
endToken |
protected LinkedHashMap<String,String> |
extraAttributes |
protected LinkedHashMap<QName,String> |
qnameAttributes |
protected Integer |
startChar |
protected String |
startToken |
protected List<TextSpanStored> |
subspans |
protected String |
type |
protected String |
value |
static String |
XML_NAME |
| Constructor and Description |
|---|
TextSpanStored() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterUnmarshal(Unmarshaller u,
Object parent) |
protected List<Object> |
getContent() |
Integer |
getEndChar() |
LinkedHashMap<String,String> |
getExtraAttributes() |
Integer |
getStartChar() |
TextSpanStored[] |
getSubspans() |
String |
getType() |
String |
getValue() |
boolean |
isTerminal() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
protected Integer startChar
protected Integer endChar
protected String startToken
protected String endToken
protected String type
protected LinkedHashMap<QName,String> qnameAttributes
protected LinkedHashMap<String,String> extraAttributes
protected String value
protected List<TextSpanStored> subspans
protected void afterUnmarshal(Unmarshaller u, Object parent)
public boolean isTerminal()
isTerminal in interface TextSpanpublic TextSpanStored[] getSubspans()
getSubspans in interface TextSpanpublic Integer getStartChar()
getStartChar in interface TextSpanpublic Integer getEndChar()
getEndChar in interface TextSpanpublic LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.