Class HarvestInfoReader

java.lang.Object
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

    Constructors
    Constructor
    Description
    Constructor for the HarvestInfoReader object
    Constructor for the HarvestInfoReader object
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the baseURL attribute of the HarvestInfoReader object
    Gets the nSMap attribute of the HarvestInfoReader object
    Gets the sets attribute of the HarvestInfoReader object
    static void
    main(String[] args)
    The main program for the HarvestInfoReader class
    protected static void
    pp(org.dom4j.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 Details

    • 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 Details

    • 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(org.dom4j.Node node)
      Prints a dom4j.Node as formatted string.
      Parameters:
      node - NOT YET DOCUMENTED