public class GToHNSSignSiGML
extends java.lang.Object
<hamgestural_sign> SiGML elements to the
corresponding <hns_sign> SiGML elements.| Modifier and Type | Class and Description |
|---|---|
static class |
GToHNSSignSiGML.GToHNSException
GToHNSSignSiGML exception class. |
| 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 |
|---|---|
java.lang.String |
hnsSignElementText(org.w3c.dom.Element sigmlsel)
Returns the given SiGML sign element as text.
|
org.w3c.dom.Element |
hnsSignForGSiGML(org.w3c.dom.Element gsel)
Returns the
<hns_sign> SiGML element corresponding to
the given <hamgestural_sign> element. |
java.lang.String |
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 |
hnsSignTextForGSiGML(java.lang.String gsstr)
Returns the text of the
<hns_sign> SiGML element
corresponding to the given <hamgestural_sign> element text. |
java.lang.String |
sigmlSignAsDoc(java.lang.String sigmlsign)
Returns the text of a complete SiGML document containing the given
sign element.
|
void |
validateSiGML(java.lang.String sdoctxt)
Validates the given SiGML document text.
|
public GToHNSSignSiGML()
throws GToHNSSignSiGML.GToHNSException
GToHNSSignSiGML.GToHNSExceptionpublic GToHNSSignSiGML(java.lang.String g2huri)
throws GToHNSSignSiGML.GToHNSException
GToHNSSignSiGML.GToHNSExceptionpublic java.lang.String sigmlSignAsDoc(java.lang.String sigmlsign)
public java.lang.String hnsSignElementText(org.w3c.dom.Element sigmlsel)
throws GToHNSSignSiGML.GToHNSException
GToHNSSignSiGML.GToHNSExceptionpublic java.lang.String hnsSignTextForGSiGML(java.lang.String gsstr)
throws GToHNSSignSiGML.GToHNSException
<hns_sign> SiGML element
corresponding to the given <hamgestural_sign> element text.GToHNSSignSiGML.GToHNSExceptionpublic java.lang.String hnsSignTextForGSiGML(org.w3c.dom.Element gsel)
throws GToHNSSignSiGML.GToHNSException
<hns_sign> SiGML element
corresponding to the given <hamgestural_sign> element.GToHNSSignSiGML.GToHNSExceptionpublic org.w3c.dom.Element hnsSignForGSiGML(org.w3c.dom.Element gsel)
throws GToHNSSignSiGML.GToHNSException
<hns_sign> SiGML element corresponding to
the given <hamgestural_sign> element.GToHNSSignSiGML.GToHNSExceptionpublic void validateSiGML(java.lang.String sdoctxt)
throws GToHNSSignSiGML.GToHNSException
GToHNSSignSiGML.GToHNSException