Class DataBuilder

java.lang.Object
  |
  +--DataBuilder

public class DataBuilder
extends java.lang.Object

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

DataBuilder

public DataBuilder()
Method Detail

getData

public java.lang.Object getData(java.io.RandomAccessFile xmlfile)