public class HNSSignElementToHNS
extends java.lang.Object
Supports the conversion of an HNS-SiGML <hns_sign>
element to an HNSSign object, containing
the corresponding manual, non-manual and gloss strings.
The manual component is a string of 8-bit HNS symbol codes. The non-manual component is a space-separated sequence of HNST non-manual tags.
| Constructor and Description |
|---|
HNSSignElementToHNS()
Constructs a new
<hns_sign>-element-to-HNSSign
converter, creating its supporting HamNameMap and
XMLScanner. |
| Modifier and Type | Method and Description |
|---|---|
HNSSign |
convert(org.w3c.dom.Element hnssignel)
|
HNSSign |
convert(java.lang.String hnssigneltxt)
Returns the
HNSSign for the given
<hns_sign> element string. |
public HNSSignElementToHNS()
<hns_sign>-element-to-HNSSign
converter, creating its supporting HamNameMap and
XMLScanner.