hnscnvt
Class HNSSignElementToHNS

java.lang.Object
  extended by hnscnvt.HNSSignElementToHNS

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 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

HNSSignElementToHNS

public HNSSignElementToHNS()
Constructs a new <hns_sign>-element-to-HNSSign converter, creating its supporting HamNameMap and XMLScanner.

Method Detail

convert

public HNSSign convert(java.lang.String hnssigneltxt)
Returns the HNSSign for the given <hns_sign> element string.


convert

public HNSSign convert(org.w3c.dom.Element hnssignel)
Returns the HNSSign for the given <hns_sign> DOM Element.