Uses of Class
org.apache.uima.cas.impl.OutOfTypeSystemData
Packages that use OutOfTypeSystemData
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of OutOfTypeSystemData in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type OutOfTypeSystemDataModifier and TypeMethodDescriptionXCASDeserializer.getXCASHandler
(CAS cas, OutOfTypeSystemData outOfTypeSystemData) Create a default handler for deserializing an XCAS into thecas
parameter.void
XCASSerializer.serialize
(CAS cas, ContentHandler contentHandler, boolean encodeDoc, OutOfTypeSystemData outOfTypeSystemData) Write the CAS data to a SAX content handler.