Package org.biojava.utils.stax
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.
-
ClassDescriptionStAX handler for any element which just contains a string representation of an boolean.StAX handler for any element which just contains a string representation of a byte.StAX handler for any element which just contains a string representation of a char.Interface which exposes delegation services offered by a StAX event source.StAX handler for any element which just contains a string representation of a double.StAX handler for any element which just contains a string representation of a float.StAX handler for any element which just contains a string representation of an integer.StAX handler for any element which just contains a string representation of a long.Lightweight adaptor which translates SAX content events into StAX form, and provides delegation services.Interface for StAX content handlers.Simple implementation of the
StAXContentHandler
interface, with empty implementations for all the methods.StAX handler for any element which just contains a string.