public class SiGMLDocToGSiGMLSigns
extends java.lang.Object
Converter for a SiGML document, generating the sequence of
GSiGMLSign
s for it.
[Implementation loosely inspired by SiGMLDocHNSToGestural
]
Modifier and Type | Class and Description |
---|---|
static class |
SiGMLDocToGSiGMLSigns.SignGenException
Exception class for
SiGMLDocToGSiGMLSigns . |
Constructor and Description |
---|
SiGMLDocToGSiGMLSigns(HNSSignElementToHNS hstoh,
HNSToHML htoh,
HMLToSiGML htos,
XmlElementTextGen xtgen,
java.lang.String sigmltext)
Constructs a new SiGML document converter, taking as arguments
a standard repertoire of supporting converters and the SiGML
document text to be converted, and assuming a null base URI.
|
SiGMLDocToGSiGMLSigns(HNSSignElementToHNS hstoh,
HNSToHML htoh,
HMLToSiGML htos,
XmlElementTextGen xtgen,
java.net.URI base,
java.io.InputStream sigmlins)
Constructs a new SiGML document converter, taking as arguments
a standard repertoire of supporting converters, an input stream for
the SiGML documentd to be converted, and the document's base URI.
|
SiGMLDocToGSiGMLSigns(HNSSignElementToHNS hstoh,
HNSToHML htoh,
HMLToSiGML htos,
XmlElementTextGen xtgen,
java.net.URI base,
java.lang.String sigmltext)
Constructs a new SiGML document converter, taking as arguments
a standard repertoire of supporting converters, the SiGML document
text to be converted, and its base URI.
|
Modifier and Type | Method and Description |
---|---|
GSiGMLSign[] |
getSigns()
Returns the sequence of
GSiGMLSign s generated by this
converter. |
public SiGMLDocToGSiGMLSigns(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, XmlElementTextGen xtgen, java.lang.String sigmltext) throws SiGMLDocToGSiGMLSigns.SignGenException
public SiGMLDocToGSiGMLSigns(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, XmlElementTextGen xtgen, java.net.URI base, java.lang.String sigmltext) throws SiGMLDocToGSiGMLSigns.SignGenException
public SiGMLDocToGSiGMLSigns(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, XmlElementTextGen xtgen, java.net.URI base, java.io.InputStream sigmlins) throws SiGMLDocToGSiGMLSigns.SignGenException
public GSiGMLSign[] getSigns()
GSiGMLSign
s generated by this
converter.