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.
-
Interface Summary Interface Description DelegationManager Interface which exposes delegation services offered by a StAX event source.StAXContentHandler Interface for StAX content handlers. -
Class Summary Class Description BooleanElementHandlerBase StAX handler for any element which just contains a string representation of an boolean.ByteElementHandlerBase StAX handler for any element which just contains a string representation of a byte.CharElementHandlerBase StAX handler for any element which just contains a string representation of a char.DoubleElementHandlerBase StAX handler for any element which just contains a string representation of a double.FloatElementHandlerBase StAX handler for any element which just contains a string representation of a float.IntElementHandlerBase StAX handler for any element which just contains a string representation of an integer.LongElementHandlerBase StAX handler for any element which just contains a string representation of a long.SAX2StAXAdaptor Lightweight adaptor which translates SAX content events into StAX form, and provides delegation services.StAXContentHandlerBase Simple implementation of theStAXContentHandler
interface, with empty implementations for all the methods.StringElementHandlerBase StAX handler for any element which just contains a string.