DLESE Tools
v1.6.0

org.dlese.dpc.ndr.reader
Class NsdlDcReader

java.lang.Object
  extended by 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 Summary
NsdlDcReader(String xml)
          Constructor for the NsdlDcReader object
NsdlDcReader(URL url)
           
 
Method Summary
 String getDescription()
           
 String getIdentifier()
           
 Map getNSMap()
           
 String getTitle()
           
static void main(String[] args)
           
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

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 Detail

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(Node node)
Prints a dom4j.Node as formatted string.

Parameters:
node - NOT YET DOCUMENTED

DLESE Tools
v1.6.0