|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cmc.tcgui.datadef.parser.XtcParser
Field Summary | |
protected InputStream |
inputStream
The xtc file to parse. |
protected String |
version
Version of the xtc document being parsed. |
Constructor Summary | |
XtcParser(InputStream inputStream)
Creates an XtcParser for a specified input stream. |
Method Summary | |
static void |
main(String[] args)
Serves as a testing function |
TCObject |
parse()
Parses the file of this Parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String version
protected InputStream inputStream
Constructor Detail |
public XtcParser(InputStream inputStream)
Method Detail |
public TCObject parse() throws Exception
Exception
public static void main(String[] args) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |