Package | Description |
---|---|
hnsgen |
This package implements the conversion of gestural SiGML signs
(that is,
<hamgestural_sign> elements) to the corresponding
HamNoSys 4 signs, represented as HNS SiGML signs
(that is, <hns_sign> elements). |
sigmlinlib |
This package defines the classes that define the main SiGML Input Library
API, including the provision of a networked SiGML signing data input service
using TCP/IP and UDP server sockets, suitable for use by an avatar based
SiGML animation module.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
GToHNSSignSiGML.hnsSignElementText(org.w3c.dom.Element sigmlsel)
Returns the given SiGML sign element as text.
|
org.w3c.dom.Element |
GToHNSSignSiGML.hnsSignForGSiGML(org.w3c.dom.Element gsel)
Returns the
<hns_sign> SiGML element corresponding to
the given <hamgestural_sign> element. |
java.lang.String |
GToHNSSignSiGML.hnsSignTextForGSiGML(org.w3c.dom.Element gsel)
Returns the text of the
<hns_sign> SiGML element
corresponding to the given <hamgestural_sign> element. |
java.lang.String |
GToHNSSignSiGML.hnsSignTextForGSiGML(java.lang.String gsstr)
Returns the text of the
<hns_sign> SiGML element
corresponding to the given <hamgestural_sign> element text. |
void |
GToHNSSignSiGML.validateSiGML(java.lang.String sdoctxt)
Validates the given SiGML document text.
|
Constructor and Description |
---|
GToHNSSignSiGML()
Constructs a new converter, using the standard Gestural-to-HNS
XSLT file.
|
GToHNSSignSiGML(java.lang.String g2huri)
Constructs a new converter, using the given Gestural-to-HNS
XSLT file.
|
Modifier and Type | Method and Description |
---|---|
HNSSign[] |
SiGMLInLib.gesturalSiGMLToHNS(java.lang.String gsigml)
Returns a sequence of
HNSSign s, one for
each <hamgestural_sign> element in the given SiGML document
text. |