public class SiGMLDocToSync
extends java.lang.Object
<hns_sign>
elements are inserted to
produce signing that synchronises with begin
attributes.Modifier and Type | Class and Description |
---|---|
static class |
SiGMLDocToSync.SiGMLConvertException
Exception class for SiGML HNS-to-Gestural conversion.
|
Constructor and Description |
---|
SiGMLDocToSync(java.lang.String sigmltext)
Constructs a new converter for the given SiGML
<sigml>
document text, using the given repertoire of standard converters. |
SiGMLDocToSync(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. |
SiGMLDocToSync(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. |
Modifier and Type | Method and Description |
---|---|
int |
getGesturalErrorCount()
Returns the error count for this converter's conversion process.
|
java.lang.String |
getGesturalErrorText()
Returns the error text for this converter's conversion process.
|
java.lang.String |
getGesturalSiGMLDoc()
Returns the "gestural" SiGML document text produced by this
converter's conversion process.
|
public SiGMLDocToSync(java.lang.String sigmltext) throws SiGMLDocToSync.SiGMLConvertException
<sigml>
document text, using the given repertoire of standard converters.public SiGMLDocToSync(java.lang.String sigmltext, java.lang.String doceltype) throws SiGMLDocToSync.SiGMLConvertException
sigml
or sigmlsection
, using the given repertoire
of standard converters.public SiGMLDocToSync(java.lang.String sigmltext, java.lang.String doceltype, boolean loghml) throws SiGMLDocToSync.SiGMLConvertException
sigml
or sigmlsection
, using the given repertoire
of standard converters, using the given HML logging enabled flag
setting.public java.lang.String getGesturalSiGMLDoc()
public int getGesturalErrorCount()
public java.lang.String getGesturalErrorText()