DLESE Tools
v1.6.0

org.dlese.dpc.ndr.reader
Class HarvestInfoReader

java.lang.Object
  extended by org.dlese.dpc.ndr.reader.HarvestInfoReader

public class HarvestInfoReader
extends Object

Reads HarvestInfoReaders as a dom4j.Document and provides access to components.

Author:
ostwald

Constructor Summary
HarvestInfoReader(String xml)
          Constructor for the HarvestInfoReader object
HarvestInfoReader(URL url)
          Constructor for the HarvestInfoReader object
 
Method Summary
 String getBaseURL()
          Gets the baseURL attribute of the HarvestInfoReader object
 Map getNSMap()
          Gets the nSMap attribute of the HarvestInfoReader object
 List getSets()
          Gets the sets attribute of the HarvestInfoReader object
static void main(String[] args)
          The main program for the HarvestInfoReader class
protected static void pp(Node node)
          Prints a dom4j.Node as formatted string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarvestInfoReader

public HarvestInfoReader(String xml)
                  throws Exception
Constructor for the HarvestInfoReader object

Parameters:
xml - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED

HarvestInfoReader

public HarvestInfoReader(URL url)
                  throws Exception
Constructor for the HarvestInfoReader object

Parameters:
url - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED
Method Detail

getBaseURL

public String getBaseURL()
Gets the baseURL attribute of the HarvestInfoReader object

Returns:
The baseURL value

getSets

public List getSets()
Gets the sets attribute of the HarvestInfoReader object

Returns:
The sets value

getNSMap

public Map getNSMap()
Gets the nSMap attribute of the HarvestInfoReader object

Returns:
The nSMap value

main

public static void main(String[] args)
                 throws Exception
The main program for the HarvestInfoReader class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

pp

protected static void pp(Node node)
Prints a dom4j.Node as formatted string.

Parameters:
node - NOT YET DOCUMENTED

DLESE Tools
v1.6.0