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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
_parse
(VinciFrame aFrame) Parses the.void
parse
(VinciFrame aFrame) Parses the.void
parse
(VinciFrame aFrame, boolean aSendStartAndEndDocEvents) Parses the.void
setContentHandler
(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
-