hnscnvt
Class HNSSignToElementText

java.lang.Object
  extended by hnscnvt.HNSSignToElementText

public class HNSSignToElementText
extends java.lang.Object

Supports the conversion of an HNSSign to the corresponding SiGML <hns_sign> element.


Constructor Summary
HNSSignToElementText()
          Constructs a new converter of HNSSigns to <hns_sign> elements.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HNSSignToElementText

public HNSSignToElementText()
Constructs a new converter of HNSSigns to <hns_sign> elements.

Method Detail

convert

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


hnsSignElement

public java.lang.String hnsSignElement(HNSSign hnss)
Generates and returns the <hns_sign> element text for the given HNSSign.