Package edu.buffalo.nsf.xmlcqa.data.stream

Package containing classes facilitating accessing XML documents in a streamed fashion.

See:
          Description

Interface Summary
TokenSink Class representing device reading tokens.
TokenStream Class representing a stream of tokens.
 

Class Summary
FileTokenSink An implementation of TokenSink based on a file writer.
StAXTokenStream Standard implementation of TokenStream based on a streming parser created with the factory MXParserFactory.
StreamDist  
StreamDist.Cell  
StreamDist.Path  
Token Basic unit of XML documents.
 

Package edu.buffalo.nsf.xmlcqa.data.stream Description

Package containing classes facilitating accessing XML documents in a streamed fashion.
The central class is 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 Token). Implementations of TokenStream are used to access an XML document in a streamed fashion. To create an XML document use imlementations of TokenSink.