Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SiGMLUnitStreamToSignStream
A
SiGMLUnitStreamHandler that takes the input it receives
from the SiGML unit stream to which it is attached, and converts
it into a stream of gestural SiGML signs. |
Constructor and Description |
---|
SiGMLFilter(org.xml.sax.XMLReader parent,
SiGMLUnitStreamHandler sshdlr)
Constructs a new SiGML sign filter, with the given parent XML reader
as its source and the given SiGML unit stream handler as target.
|