|
Produced by Siminov Software Solution LLP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
siminov.orm.parsers.SiminovSAXDefaultHandler
public class SiminovSAXDefaultHandler
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 |
---|
public SiminovSAXDefaultHandler()
Method Detail |
---|
public void parseMessage(java.io.InputStream inputStream) throws SiminovException
inputStream
- Input Stream.
SiminovException
- If any exception occur while parsing input stream.
|
Apache License 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |