Class VinciSaxParser
java.lang.Object
org.apache.uima.adapter.vinci.util.VinciSaxParser
Takes a Vinci frame and generates SAX events that correspond to the data in the frame.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void_parse(VinciFrame aFrame) Parses the.voidparse(VinciFrame aFrame) Parses the.voidparse(VinciFrame aFrame, boolean aSendStartAndEndDocEvents) Parses the.voidsetContentHandler(ContentHandler aHandler) Sets the content handler.
-
Constructor Details
-
VinciSaxParser
public VinciSaxParser()
-
-
Method Details
-
setContentHandler
Sets the content handler.- Parameters:
aHandler- the new content handler
-
parse
Parses the.- Parameters:
aFrame- the a frame- Throws:
SAXException- the SAX exception
-
parse
Parses the.- Parameters:
aFrame- the a frameaSendStartAndEndDocEvents- the a send start and end doc events- Throws:
SAXException- the SAX exception
-
_parse
Parses the.- Parameters:
aFrame- the a frame- Throws:
SAXException- the SAX exception
-