|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthnscnvt.HNSSignElementToHNS
public class HNSSignElementToHNS
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 Summary | |
---|---|
HNSSignElementToHNS()
Constructs a new <hns_sign> -element-to-HNSSign
converter, creating its supporting HamNameMap and
XMLScanner . |
Method Summary | |
---|---|
HNSSign |
convert(org.w3c.dom.Element hnssignel)
Returns the HNSSign for the given
<hns_sign> DOM Element . |
HNSSign |
convert(java.lang.String hnssigneltxt)
Returns the HNSSign for the given
<hns_sign> element string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HNSSignElementToHNS()
<hns_sign>
-element-to-HNSSign
converter, creating its supporting HamNameMap
and
XMLScanner
.
Method Detail |
---|
public HNSSign convert(java.lang.String hnssigneltxt)
HNSSign
for the given
<hns_sign>
element string.
public HNSSign convert(org.w3c.dom.Element hnssignel)
HNSSign
for the given
<hns_sign>
DOM Element
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |