Package containing classes facilitating accessing XML documents in a
streamed fashion.
The central class is {@link edu.buffalo.nsf.xmlcqa.data.stream.Token} which is a representation unit
in an XML document. An XML document is represented by a stream of tokens
(for more about how are tokens balanced see
{@link edu.buffalo.nsf.xmlcqa.data.stream.Token}). Implementations of
{@link edu.buffalo.nsf.xmlcqa.data.stream.TokenStream} are used to
access an XML document in a streamed fashion. To create an XML document
use imlementations of {@link edu.buffalo.nsf.xmlcqa.data.stream.TokenSink}.