public class HarvestInfoReader
extends java.lang.Object
Constructor and Description |
---|
HarvestInfoReader(java.lang.String xml)
Constructor for the HarvestInfoReader object
|
HarvestInfoReader(java.net.URL url)
Constructor for the HarvestInfoReader object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseURL()
Gets the baseURL attribute of the HarvestInfoReader object
|
java.util.Map |
getNSMap()
Gets the nSMap attribute of the HarvestInfoReader object
|
java.util.List |
getSets()
Gets the sets attribute of the HarvestInfoReader object
|
static void |
main(java.lang.String[] args)
The main program for the HarvestInfoReader class
|
protected static void |
pp(org.dom4j.Node node)
Prints a dom4j.Node as formatted string.
|
public HarvestInfoReader(java.lang.String xml) throws java.lang.Exception
xml
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic HarvestInfoReader(java.net.URL url) throws java.lang.Exception
url
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic java.lang.String getBaseURL()
public java.util.List getSets()
public java.util.Map getNSMap()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- NOT YET DOCUMENTEDprotected static void pp(org.dom4j.Node node)
node
- NOT YET DOCUMENTED