Produced by Siminov Software Solution LLP

siminov.orm.parsers
Class SiminovSAXDefaultHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by siminov.orm.parsers.SiminovSAXDefaultHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
Direct Known Subclasses:
ApplicationDescriptorParser, DatabaseDescriptorParser, DatabaseMappingDescriptorParser, LibraryDescriptorParser, QuickDatabaseMappingDescriptorParser

public class SiminovSAXDefaultHandler
extends org.xml.sax.helpers.DefaultHandler

Exposes common methods which are required by every SIMINOV parsers.


Constructor Summary
SiminovSAXDefaultHandler()
           
 
Method Summary
 void parseMessage(java.io.InputStream inputStream)
          Call this method to parse input stream.
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiminovSAXDefaultHandler

public SiminovSAXDefaultHandler()
Method Detail

parseMessage

public void parseMessage(java.io.InputStream inputStream)
                  throws SiminovException
Call this method to parse input stream.

Parameters:
inputStream - Input Stream.
Throws:
SiminovException - If any exception occur while parsing input stream.

Apache License 2.0

Copyright 2013