Uses of Class
sigmlgen.SiGMLDocToTimed.SiGMLConvertException

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

Uses of SiGMLDocToTimed.SiGMLConvertException in sigmlgen
 

Constructors in sigmlgen that throw SiGMLDocToTimed.SiGMLConvertException
SiGMLDocToTimed(java.lang.String sigmltext, java.lang.String cas)
          Constructs a new converter for the given SiGML <sigml> document text, using the given repertoire of standard converters.
SiGMLDocToTimed(java.lang.String sigmltext, java.lang.String cas, 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.
SiGMLDocToTimed(java.lang.String sigmltext, java.lang.String cas, 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.