SICSiminovSAXDefaultHandler Class Reference

Inherits from NSObject
Conforms to NSXMLParserDelegate
Declared in SICSiminovSAXDefaultHandler.h
SICSiminovSAXDefaultHandler.m

Overview

Exposes common methods which are required by every SIMINOV parsers.

– parseMessage:

Call this method to parse input stream.

- (void)parseMessage:(NSData *const)inputStream

Parameters

inputStream

Input Stream.

Discussion

Call this method to parse input stream.

Exceptions

SICSiminovException

If any exception occur while parsing input stream.

Declared In

SICSiminovSAXDefaultHandler.h