{
initializedParsers.put("", sbmlCoreParser);
} else if (currentNode.getLocalPart().equals("math"))
{
initializedParsers.put("", new MathMLStaxParser());
initializedParsers.put(ASTNode.URI_MATHML_DEFINITION, new MathMLStaxParser());
currentNode = new QName(ASTNode.URI_MATHML_DEFINITION, "math");
}
// TODO: will not work with arbitrary SBML part
// TODO: we need to be able, somehow, to set the Model element in the Constraint