Generated by
JDiff

Interface org.sbml.jsbml.xml.parsers.ReadingParser

Added Methods
List<String> getNamespaces() Returns a List of all the namespaces that this parser is handling.
 

Changed Methods
void processAttribute(String, String, String, String, String, boolean, Object) Change in signature from (String, String, String, String, boolean, Object) to (String, String, String, String, String, boolean, Object).
Process the XML attribute and modify 'contextObject' in consequence.
Object processStartElement(String, String, String, boolean, boolean, Object) Change in signature from (String, String, boolean, boolean, Object) to (String, String, String, boolean, boolean, Object).
Process the XML element and modify 'contextObject' in consequence.