Package org.biojava.utils.stax

The Stack API for XML (StAX).

See: Description

Package org.biojava.utils.stax Description

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.

Copyright © 2014 BioJava. All rights reserved.