Class NsdlDcReader

java.lang.Object
org.dlese.dpc.ndr.reader.NsdlDcReader

public class NsdlDcReader extends Object
Reads NsdlDc data stream as a dom4j.Document and provides access to components.
Author:
ostwald
  • Constructor Details

    • NsdlDcReader

      public NsdlDcReader(String xml) throws Exception
      Constructor for the NsdlDcReader object
      Parameters:
      response - NOT YET DOCUMENTED
      Throws:
      Exception - NOT YET DOCUMENTED
    • NsdlDcReader

      public NsdlDcReader(URL url) throws Exception
      Throws:
      Exception
  • Method Details

    • getNSMap

      public Map getNSMap()
    • getTitle

      public String getTitle()
    • getDescription

      public String getDescription()
    • getIdentifier

      public String getIdentifier()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • pp

      protected static void pp(org.dom4j.Node node)
      Prints a dom4j.Node as formatted string.
      Parameters:
      node - NOT YET DOCUMENTED