Uses of Class
org.apache.uima.cas.impl.CasSerializerSupport.CasDocSerializer
-
Packages that use CasSerializerSupport.CasDocSerializer Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of CasSerializerSupport.CasDocSerializer in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type CasSerializerSupport.CasDocSerializer Modifier and Type Method 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)
-