|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DataBuilder
This class is a surrogate for a forthcoming bona fide XML parser which I have not yet written. It simply takes an entire RandomAccessFile and tokenizes it to build either new Operandum or new Medium data sets created by the user. In the future, Virulo should also be able to employ a bona fide persistence model so user's won't have to keep opening up their XML files every time.
Constructor Summary | |
DataBuilder()
|
Method Summary | |
java.lang.Object |
getData(java.io.RandomAccessFile xmlfile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataBuilder()
Method Detail |
public java.lang.Object getData(java.io.RandomAccessFile xmlfile)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |