|
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.ServiceDescriptionReader
public class ServiceDescriptionReader
Reads ServiceDescription data stream as a dom4j.Document and provides access to components.
Constructor Summary | |
---|---|
ServiceDescriptionReader(String xml)
Constructor for the ServiceDescriptionReader object |
|
ServiceDescriptionReader(URL url)
Constructor for the ServiceDescriptionReader object |
Method Summary | |
---|---|
String |
getDescription()
Gets the description attribute of the ServiceDescriptionReader object |
Document |
getDocument()
Gets the document attribute of the ServiceDescriptionReader object |
Map |
getNSMap()
Gets the nSMap attribute of the ServiceDescriptionReader object |
String |
getTitle()
Gets the title attribute of the ServiceDescriptionReader object |
static void |
main(String[] args)
The main program for the ServiceDescriptionReader class |
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 ServiceDescriptionReader(String xml) throws Exception
xml
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDpublic ServiceDescriptionReader(URL url) throws Exception
url
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public Document getDocument()
public Map getNSMap()
public String getTitle()
public String getDescription()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTEDprotected 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 |