org.apache.uima.adapter.vinci.util
Class VinciSaxParser
java.lang.Object
org.apache.uima.adapter.vinci.util.VinciSaxParser
public class VinciSaxParser
- extends java.lang.Object
Takes a Vinci frame and generates SAX events that correspond to the data in the frame.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VinciSaxParser
public VinciSaxParser()
setContentHandler
public void setContentHandler(org.xml.sax.ContentHandler aHandler)
parse
public void parse(VinciFrame aFrame)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
parse
public void parse(VinciFrame aFrame,
boolean aSendStartAndEndDocEvents)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
_parse
protected void _parse(VinciFrame aFrame)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
Copyright © 2011. All Rights Reserved.