Constructors in sigmlgen that throw SiGMLDocToGSiGMLSigns.SignGenException |
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. |