public class HNSSignToElementText
extends java.lang.Object
HNSSign
to
the corresponding SiGML <hns_sign>
element.Constructor and Description |
---|
HNSSignToElementText()
Constructs a new converter of
HNSSign s to
<hns_sign> elements. |
Modifier and Type | Method and Description |
---|---|
void |
convert(HNSSign hnss,
java.lang.StringBuilder hnsbuf)
Generates the
<hns_sign> element text for the
given HNSSign , and appends it to the given
string builder. |
java.lang.String |
hnsSignElement(HNSSign hnss)
Generates and returns the
<hns_sign> element text
for the given HNSSign . |
public HNSSignToElementText()
HNSSign
s to
<hns_sign>
elements.