Class 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 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