|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Marker | |
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. |
| Uses of Marker in org.apache.uima.cas |
|---|
| Methods in org.apache.uima.cas that return Marker | |
|---|---|
Marker |
CAS.createMarker()
Sets a mark and returns the marker object set with the current mark which can be used to query when certain FSs were created. |
| Uses of Marker in org.apache.uima.cas.impl |
|---|
| Methods in org.apache.uima.cas.impl with parameters of type Marker | |
|---|---|
void |
XmiCasSerializer.serialize(CAS cas,
ContentHandler contentHandler,
ErrorHandler errorHandler,
XmiSerializationSharedData sharedData,
Marker marker)
Write the CAS data to a SAX content handler. |
static void |
XmiCasSerializer.serialize(CAS aCAS,
TypeSystem aTargetTypeSystem,
OutputStream aStream,
boolean aPrettyPrint,
XmiSerializationSharedData aSharedData,
Marker aMarker)
Serializes a Delta CAS to an XMI stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||