Uses of Class
org.apache.uima.cas.impl.ListUtils.ListOutput
Packages that use ListUtils.ListOutput
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of ListUtils.ListOutput in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type ListUtils.ListOutputModifier and TypeMethodDescriptionvoid
ListUtils.anyListToOutput
(int curNode, XmiSerializationSharedData sharedData, CasSerializerSupport.CasDocSerializer cds, 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)