public Message startMessage() throws IOException
{
stack.clear();
TagElement te = new XmlParser().parseOne( rdr, null, MESSAGE_TAG );
stack.push( te );
elementList.push( te.getChildren() );
Integer id = te.getIntAttr( null, STRUCT_TYPE_ATTR );
Type type = vf.getType( id );