|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.AcesToXml
public class AcesToXml
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private java.io.File |
inFile
|
private java.io.File |
outFile
|
| Constructor Summary | |
|---|---|
AcesToXml(AcesParser acesParser,
java.io.DataOutputStream dos)
Constructor - For embedded use. |
|
AcesToXml(java.io.File inFile,
java.io.File outFile)
Constructor- For stand alone use. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Method main - For stand alone use. |
private void |
processAcesLines(AcesParser acesParser,
java.io.DataOutputStream dos)
Method processacesLines - Uses the given AcesParser to write the XML to the given DataOutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private java.io.File inFile
private java.io.File outFile
| Constructor Detail |
|---|
public AcesToXml(java.io.File inFile,
java.io.File outFile)
inFile - : the File from which to read the ACES data.outFile - : the File to which the XML data representation will
be written.
public AcesToXml(AcesParser acesParser,
java.io.DataOutputStream dos)
acesParser - : the parser to tokenize the ACES data.dos - : the DataOutputStream to which the XML data
representation will be written. Currently
writes a complete XML file.| Method Detail |
|---|
private void processAcesLines(AcesParser acesParser,
java.io.DataOutputStream dos)
acesParser. - dos. - public static void main(java.lang.String[] args)
args - -i -o
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||