|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.ndr.reader.NsdlDcReader
public class NsdlDcReader
Reads NsdlDc data stream as a dom4j.Document and provides access to components.
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 |
---|
public NsdlDcReader(String xml) throws Exception
response
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDpublic NsdlDcReader(URL url) throws Exception
Exception
Method Detail |
---|
public Map getNSMap()
public String getTitle()
public String getDescription()
public String getIdentifier()
public static void main(String[] args) throws Exception
Exception
protected static void pp(Node node)
node
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |