Package | Description |
---|---|
sigmlgen |
This package imlements the generation of SiGML documents in various forms.
|
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.
|