Skip to content

JSBML XML Parsing

Nicolas Rodriguez edited this page May 10, 2017 · 4 revisions

Event-Based XML Parsing (StAX: https://docs.oracle.com/javase/tutorial/jaxp/stax/api.html)

put some links so that developers can have a look at it, described it shortly may be.

Then describe the main JSBML reader class and what it does (not in too much details). Then tell that everything is delegated to some @XML libraries independent classes@ that extends ReadingParser. Same for the XML writing and the WritingParser interface.

PackageParser class PackageManager class

Clone this wiki locally