Uses of Class
hnsgen.GToHNSSignSiGML.GToHNSException

Packages that use GToHNSSignSiGML.GToHNSException
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. 
 

Uses of GToHNSSignSiGML.GToHNSException in hnsgen
 

Methods in hnsgen that throw GToHNSSignSiGML.GToHNSException
 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.
 

Constructors in hnsgen that throw GToHNSSignSiGML.GToHNSException
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.
 

Uses of GToHNSSignSiGML.GToHNSException in sigmlinlib
 

Methods in sigmlinlib that throw GToHNSSignSiGML.GToHNSException
 HNSSign[] SiGMLInLib.gesturalSiGMLToHNS(java.lang.String gsigml)
          Returns a sequence of HNSSigns, one for each <hamgestural_sign> element in the given SiGML document text.