Uses of Class
hnscnvt.HMLToSiGML

Packages that use HMLToSiGML
sigmlgen This package imlements the generation of SiGML documents in various forms. 
 

Uses of HMLToSiGML in sigmlgen
 

Constructors in sigmlgen with parameters of type HMLToSiGML
SiGMLChildNodesProcessor(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, XmlElementTextGen xtgen, java.net.URI base, org.w3c.dom.Document sigmldoc, org.w3c.dom.NodeList childnodes)
          Constructs a new processor for a SiGML document's child nodes, using the given standard repertoire of converters, the document's base URI, its DOM node, and its child node list.
SiGMLDocHNSToGestural(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, java.lang.String sigmltext)
          Constructs a new converter for the given SiGML <sigml> document text, using the given repertoire of standard converters.
SiGMLDocHNSToGestural(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, java.lang.String sigmltext, java.lang.String doceltype)
          Constructs a new converter for the given SiGML document text, whose document element should be of the specified type (either sigml or sigmlsection, using the given repertoire of standard converters.
SiGMLDocHNSToGestural(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, java.lang.String sigmltext, java.lang.String doceltype, boolean loghml)
          Constructs a new converter for the given SiGML document text, whose document element should be of the specified type (either sigml or sigmlsection, using the given repertoire of standard converters, using the given HML logging enabled flag setting.
SiGMLDocsFromHNSSource(HNSToHML htoh, HMLToSiGML htos, HNSInputAsSignSequence hnsin)
          Constructs a new SiGMLDocsFromHNSSource, which will use the three given converters (that convert, respectively, an "HNS" SiGML sign element to an HNSSign object, an HNSSign object to an HML sign element, and an HML sign to a "Gestural" SiGML sign element) to generate "HNS" and "Gestural" SiGML document texts for the sequence of "HNS" SiGML signs obtained from a given HNSInputAsSignSequence.
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.
SigningRefProcessor(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, XmlElementTextGen xtgen, java.net.URI BASE, org.w3c.dom.Element S_REF)
          Constructs a processor for the given <signing_ref> element, using the given base URI, converters, and XML text generator.