be.ac.ucl.tele.ccg.jXDRS
Class DRSDocumentLoader

java.lang.Object
  extended by be.ac.ucl.tele.ccg.jXDRS.DRSDocumentLoader

public class DRSDocumentLoader
extends java.lang.Object

Description of the Class


Constructor Summary
DRSDocumentLoader(java.io.File file)
          Constructor for the DRSDocumentLoader object
 
Method Summary
 java.util.ArrayList getDrsArrayList()
          Returns an ArrayList containing all the DRSContainers found
 org.dom4j.Document getXdrs()
          Returns the value of xdrs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRSDocumentLoader

public DRSDocumentLoader(java.io.File file)
                  throws org.dom4j.DocumentException
Constructor for the DRSDocumentLoader object

Parameters:
file - Description of the Parameter
Throws:
org.dom4j.DocumentException
Method Detail

getDrsArrayList

public java.util.ArrayList getDrsArrayList()
Returns an ArrayList containing all the DRSContainers found

Returns:
The drs value

getXdrs

public org.dom4j.Document getXdrs()
Returns the value of xdrs.



MIT style licence.