public abstract class HNSInputAsSignSequence
extends java.lang.Object
HNSSign
s
and the other containing the corresponding <hns_sign>
element strings; this sign generation process also records the
signs' gloss names and any input data format error messages.
This class is abstract. Its concrete subclasses are
HNSTAsSignSequence
and
HNSStdAsSignSequence
, each of which
defines the appropriate sign generation operation.Constructor and Description |
---|
HNSInputAsSignSequence(java.lang.String hnstext)
Constructor, generating a new sign sequence from the
given HNS/HNST input text.
|
Modifier and Type | Method and Description |
---|---|
HNSSign[] |
hnsSignSequence()
Returns the generated sequence of
HNSSign s. |
java.lang.String |
sigmlErrorText()
Returns the consolidated error text for the HNS/HNST input data,
which will be the empty string if the input has no errors.
|
java.lang.String[] |
sigmlHNSSigns()
Returns the generated sequence of
<hns_sign>
element texts. |
int |
sigmlInputErrorCount()
Returns the error count for the HNS/HNST input data.
|
java.lang.String[] |
signGlosses()
Returns the generated signs' glosses, one per sign.
|
public HNSInputAsSignSequence(java.lang.String hnstext)
public java.lang.String[] sigmlHNSSigns()
<hns_sign>
element texts.public java.lang.String[] signGlosses()
public java.lang.String sigmlErrorText()
public int sigmlInputErrorCount()