org.apache.uima.adapter.vinci.util
Class VinciSaxParser

java.lang.Object
  extended by 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.


Constructor Summary
VinciSaxParser()
           
 
Method Summary
protected  void _parse(VinciFrame aFrame)
           
 void parse(VinciFrame aFrame)
           
 void parse(VinciFrame aFrame, boolean aSendStartAndEndDocEvents)
           
 void setContentHandler(org.xml.sax.ContentHandler aHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VinciSaxParser

public VinciSaxParser()
Method Detail

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.