Uses of Class
hnscnvt.HMLToSiGML.HMLToSiGMLException

Packages that use HMLToSiGML.HMLToSiGMLException
hnscnvt This package implements the processing of HamNoSys 4 sign data in various input formats to give the corresponding HamNoSysML (HML) and gestural SiGML representations. 
 

Uses of HMLToSiGML.HMLToSiGMLException in hnscnvt
 

Methods in hnscnvt that throw HMLToSiGML.HMLToSiGMLException
 org.w3c.dom.Element HMLToSiGML.sigmlSignForHML(org.w3c.dom.Element hmlsel)
          Transforms the given HML sign Element to a SiGML <hamgestural_sign> Element, and returns the latter element.
 java.lang.String HMLToSiGML.sigmlSignText(org.w3c.dom.Element sigmlsel)
          Generates and returns the text form the given SiGML sign DOM Element.
 java.lang.String HMLToSiGML.sigmlSignTextForHML(org.w3c.dom.Element hmlsel)
          Transforms the given HML sign Element to a SiGML <hamgestural_sign> element, and returns the text for this SiGML sign element.
 java.lang.String HMLToSiGML.sigmlSignTextForHML(java.lang.String hmlstxt)
          Transforms the given HML sign element text to a SiGML <hamgestural_sign> element, and returns the text for this SiGML sign element.
 void HMLToSiGML.validateSiGML(java.lang.String sdoctxt)
          Validates the given SiGML document text, throwing an HMLToSiGML.HMLToSiGMLException in case of failure; the presence of whitespace in an element with an EMPTY content model will be flagged as invalid.
 void HMLToSiGML.validateSiGML(java.lang.String sdoctxt, boolean emptywsok)
          Validates the given SiGML document text, allowing whitespace for EMPTY element content, and returning silently if successful or throwing an HMLToSiGML.HMLToSiGMLException in case of failure.
 

Constructors in hnscnvt that throw HMLToSiGML.HMLToSiGMLException
HMLToSiGML()
          Constructs a new HML-to-SiGML converter.