net.bonzoun.cocodonkey
Class CamlFile

java.lang.Object
  extended bynet.bonzoun.cocodonkey.CamlFile

public class CamlFile
extends java.lang.Object


Constructor Summary
CamlFile(java.lang.String fname)
           
 
Method Summary
 CamlData data()
          Returns the parsed content of the file.
 CamlData lastData()
          Returns the parsed content of the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamlFile

public CamlFile(java.lang.String fname)
Method Detail

data

public CamlData data()
Returns the parsed content of the file. This is always updated when needed


lastData

public CamlData lastData()
Returns the parsed content of the file. This is not updated