Package | Description |
---|---|
hnscnvt |
This package implements the processing of HamNoSys 4 sign data
in various input formats to give the corresponding HamNoSysML (HML)
and gestural SiGML representations.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
HMLToSiGML.sigmlSignForHML(org.w3c.dom.Element hmlsel)
Transforms the given HML sign
Element to
a SiGML <hamgestural_sign> Element ,
and returns the latter element. |
java.lang.String |
HMLToSiGML.sigmlSignText(org.w3c.dom.Element sigmlsel)
Generates and returns the text form the given
SiGML sign DOM
Element . |
java.lang.String |
HMLToSiGML.sigmlSignTextForHML(org.w3c.dom.Element hmlsel)
Transforms the given HML sign
Element to
a SiGML <hamgestural_sign> element,
and returns the text for this SiGML sign element. |
java.lang.String |
HMLToSiGML.sigmlSignTextForHML(java.lang.String hmlstxt)
Transforms the given HML sign element text to
a SiGML
<hamgestural_sign> element, and returns
the text for this SiGML sign element. |
void |
HMLToSiGML.validateSiGML(java.lang.String sdoctxt)
Validates the given SiGML document text, throwing an
HMLToSiGML.HMLToSiGMLException in case of failure;
the presence of whitespace in an element with an EMPTY content
model will be flagged as invalid. |
void |
HMLToSiGML.validateSiGML(java.lang.String sdoctxt,
boolean emptywsok)
Validates the given SiGML document text, allowing whitespace
for EMPTY element content, and returning silently if successful or
throwing an
HMLToSiGML.HMLToSiGMLException in case
of failure. |
Constructor and Description |
---|
HMLToSiGML()
Constructs a new HML-to-SiGML converter.
|