Uses of Class
org.apache.uima.cas.impl.CasSerializerSupport.CasDocSerializer
Packages that use CasSerializerSupport.CasDocSerializer
Package
Description
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.CasDocSerializerModifier and TypeMethodDescriptionvoid
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)ListUtils.anyListToStringList
(int curNode, XmiSerializationSharedData sharedData, CasSerializerSupport.CasDocSerializer cds)