* @throws XmlPullParserException when an unrecoverable error occurs
* @throws IOException when an IO exception occurs
*/
public void parse() throws XmlPullParserException, IOException
{
Dsmlv2ResponseGrammar grammar = Dsmlv2ResponseGrammar.getInstance();
grammar.executeAction( container );
}