public class ServiceDescriptionReader
extends java.lang.Object
| Constructor and Description |
|---|
ServiceDescriptionReader(java.lang.String xml)
Constructor for the ServiceDescriptionReader object
|
ServiceDescriptionReader(java.net.URL url)
Constructor for the ServiceDescriptionReader object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description attribute of the ServiceDescriptionReader object
|
org.dom4j.Document |
getDocument()
Gets the document attribute of the ServiceDescriptionReader object
|
java.util.Map |
getNSMap()
Gets the nSMap attribute of the ServiceDescriptionReader object
|
java.lang.String |
getTitle()
Gets the title attribute of the ServiceDescriptionReader object
|
static void |
main(java.lang.String[] args)
The main program for the ServiceDescriptionReader class
|
protected static void |
pp(org.dom4j.Node node)
Prints a dom4j.Node as formatted string.
|
public ServiceDescriptionReader(java.lang.String xml)
throws java.lang.Exception
xml - NOT YET DOCUMENTEDjava.lang.Exception - NOT YET DOCUMENTEDpublic ServiceDescriptionReader(java.net.URL url)
throws java.lang.Exception
url - NOT YET DOCUMENTEDjava.lang.Exception - NOT YET DOCUMENTEDpublic org.dom4j.Document getDocument()
public java.util.Map getNSMap()
public java.lang.String getTitle()
public java.lang.String getDescription()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line argumentsjava.lang.Exception - NOT YET DOCUMENTEDprotected static void pp(org.dom4j.Node node)
node - NOT YET DOCUMENTED