Package | Description |
---|---|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ListUtils.anyListToOutput(int curNode,
XmiSerializationSharedData sharedData,
CasSerializerSupport.CasDocSerializer cds,
org.apache.uima.cas.impl.ListUtils.ListOutput out)
Go thru a list, calling the ListOutput append method to append strings (to arrays, or string buffers)
Stop at the end node, or a null, or a loop (no error reported here)
|
List<String> |
ListUtils.anyListToStringList(int curNode,
XmiSerializationSharedData sharedData,
CasSerializerSupport.CasDocSerializer cds) |
Copyright © 2018. All rights reserved.