Package org.biojava.utils.stax

The Stack API for XML (StAX).

StAX is an event-based interface for XML parsing, very similar to SAX. However, instead of passing the parse events for a whole document to a single Content Handler, sub-trees can be easily delegated to other handlers.