public class HNSToHamGesturalConverter
extends java.lang.Object
<hamgestural_sign>
) for any given HNS SiGML element
(<hns_sign>
) -- accessed via the singleton factory
method getHHConverter()
.Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
convertToElement(org.w3c.dom.Element hsel)
Converts the given HNS sign SiGML element, returning the corresponding
gestural SiGML DOM element.
|
java.lang.String |
convertToText(org.w3c.dom.Element hsel)
Converts the given HNS sign SiGML element, returning the text
for the corresponding gestural SiGML element.
|
java.lang.String |
elText(org.w3c.dom.Element el)
Returns the text for the given XML element text.
|
static HNSToHamGesturalConverter |
getHHConverter()
Returns a gestural-to-HNS SiGML element converter
(singleton factory method).
|
java.lang.String |
gSiGMLSignText(org.w3c.dom.Element gsel,
java.lang.String xgloss)
Returns the text form for the given Gestural SiGML sign element, or
returns the text of an empty Gestural SiGML sign, using the given
gloss, if the given element is
null . |
public static HNSToHamGesturalConverter getHHConverter()
public org.w3c.dom.Element convertToElement(org.w3c.dom.Element hsel)
public java.lang.String convertToText(org.w3c.dom.Element hsel)
public java.lang.String gSiGMLSignText(org.w3c.dom.Element gsel, java.lang.String xgloss)
null
.public java.lang.String elText(org.w3c.dom.Element el)