Uses of Class
xml.XmlElementTextGen

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

Uses of XmlElementTextGen in sigmlgen
 

Constructors in sigmlgen with parameters of type XmlElementTextGen
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.
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.