Public Member Functions | |
ParseXML (boolean validating) throws XmlPullParserException | |
Initialize the mPullParser with an XmpPullParser object. | |
void | parse (FileReader reader, ArrayList msgList) throws XmlPullParserException, IOException, ParseException |
Parse a trade engine message document. | |
Package Attributes | |
XmlPullParser | mPullParser = null |
|
Initialize the mPullParser with an XmpPullParser object.
|
|
Parse a trade engine message document. This method reads the start document tag, end document tag and the tags that start each of the trade engine messages. When a message start tag is read, the associated message object is created. The parser is passed to the initialize method of the trade engine message, allowing the object to initialize itself from the XML.
|
|
|