|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamedSiGMLReceiver | |
---|---|
sigmlanim.sigmlstream | Provides classes and interfaces supporting the SAX-based processing of SiGML data as a "stream", that is, real-time event-driven processing of a SiGML document, allowing earlier signs in the document to be processed -- for example, to be animated -- before later signs in the document have been received. |
Uses of StreamedSiGMLReceiver in sigmlanim.sigmlstream |
---|
Classes in sigmlanim.sigmlstream that implement StreamedSiGMLReceiver | |
---|---|
class |
SiGMLInputAnimGenCoordinator
A SiGMLInputAnimGenCoordinator acts both as a StreamedSiGMLReceiver and as a
StreamedSiGMLSupplierForAnimationGen ,
passing the (as yet unanimated) signs it receives from its source on
to a SiGMLAnimationBuildHandler , supplied at construction time,
and also caching them and passing them on to the coordinator's
target animation generator |
Constructors in sigmlanim.sigmlstream with parameters of type StreamedSiGMLReceiver | |
---|---|
SiGMLSignsScanner(java.net.URI base,
StreamedSiGMLReceiver ssrcvr,
javax.xml.parsers.SAXParserFactory spfac,
sigmlstream.xml.XMLUnitDOMBuilder xudb)
Constructs a new SiGML scanner, using the given initial SiGML base URI, directing the signs it generates to the given streamed SiGML receiver, and using the given SAX parser factory and XML unit DOM builder when processing any embedded SiGML URI references. |
|
SiGMLUnitStreamToSignStream(java.net.URI base,
StreamedSiGMLReceiver ssrcvr,
javax.xml.parsers.SAXParserFactory spfac,
sigmlstream.xml.XMLUnitDOMBuilder xudb)
Constructs a new SiGML unit stream converter, using the given initial SiGML base URI, directing the signs it generates to the given streamed SiGML receiver, and using the given SAX parser factory and XML unit DOM builder when processing any embedded SiGML URI references. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |