Package org.dlese.dpc.ndr.reader
Class HarvestInfoReader
java.lang.Object
org.dlese.dpc.ndr.reader.HarvestInfoReader
Reads HarvestInfoReaders as a dom4j.Document and provides access to
components.
- Author:
- ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionHarvestInfoReader(String xml) Constructor for the HarvestInfoReader objectHarvestInfoReader(URL url) Constructor for the HarvestInfoReader object -
Method Summary
Modifier and TypeMethodDescriptionGets the baseURL attribute of the HarvestInfoReader objectgetNSMap()Gets the nSMap attribute of the HarvestInfoReader objectgetSets()Gets the sets attribute of the HarvestInfoReader objectstatic voidThe main program for the HarvestInfoReader classprotected static voidpp(org.dom4j.Node node) Prints a dom4j.Node as formatted string.
-
Constructor Details
-
Method Details
-
getBaseURL
Gets the baseURL attribute of the HarvestInfoReader object- Returns:
- The baseURL value
-
getSets
Gets the sets attribute of the HarvestInfoReader object- Returns:
- The sets value
-
getNSMap
Gets the nSMap attribute of the HarvestInfoReader object- Returns:
- The nSMap value
-
main
The main program for the HarvestInfoReader class- Parameters:
args- The command line arguments- Throws:
Exception- NOT YET DOCUMENTED
-
pp
protected static void pp(org.dom4j.Node node) Prints a dom4j.Node as formatted string.- Parameters:
node- NOT YET DOCUMENTED
-