Uses of Class
org.apache.uima.cas.impl.XmiCasSerializer
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of XmiCasSerializer in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionXmiCasSerializer.setErrorHandler
(ErrorHandler eh) set an error handler to receive information about errorsXmiCasSerializer.setFilterTypes
(TypeSystemImpl ts) pass in a type system to use for filtering what gets serialized; only those types and features which are defined this type system are included.XmiCasSerializer.setPrettyPrint
(boolean pp) set or reset the pretty print flag (default is false)