|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthnscnvt.HNSInputAsSignSequence
public abstract class HNSInputAsSignSequence
Driver for the scanning of a sign sequence text in one of our
legacy non-XML input formats (HNS and HNST) in order to generate a
pair of arrays, one containing the corresponding
HNSSign
s
and the other containing the corresponding HNSTAsSignSequence
and
HNSStdAsSignSequence
, each of which
defines the appropriate sign generation operation.
Constructor Summary
HNSInputAsSignSequence(java.lang.String hnstext)
Constructor, generating a new sign sequence from the
given HNS/HNST input text.
Method Summary
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.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
HNSInputAsSignSequence
public HNSInputAsSignSequence(java.lang.String hnstext)
Method Detail
hnsSignSequence
public HNSSign[] hnsSignSequence()
HNSSign
s.
sigmlHNSSigns
public java.lang.String[] sigmlHNSSigns()
<hns_sign>
element texts.
signGlosses
public java.lang.String[] signGlosses()
sigmlErrorText
public java.lang.String sigmlErrorText()
sigmlInputErrorCount
public int sigmlInputErrorCount()
Overview
Package
Class
Use
Tree
Deprecated
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD