public class NdrResponseReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.dom4j.Document |
doc
NOT YET DOCUMENTED
|
protected java.util.List |
handleList
NOT YET DOCUMENTED
|
protected InfoXML |
infoXML
NOT YET DOCUMENTED
|
Constructor and Description |
---|
NdrResponseReader(InfoXML infoXML)
Constructor for the NdrResponseReader object
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getHandleList()
Gets the handle attribute of the NdrResponseReader object
|
protected org.dom4j.Node |
getNode(java.lang.String xpath)
Gets a single Node satisfying give XPath.
|
protected java.util.List |
getNodes(java.lang.String xpath)
Get all Nodes satisfying the given xpath.
|
protected java.lang.String |
getNodeText(java.lang.String xpath)
return the Text of a Node satisfying the given XPath.
|
static void |
main(java.lang.String[] args)
The main program for the NdrResponseReader class
|
protected static void |
pp(org.dom4j.Node node)
Prints a dom4j.Node as formatted string.
|
protected InfoXML infoXML
protected org.dom4j.Document doc
protected java.util.List handleList
public NdrResponseReader(InfoXML infoXML) throws java.lang.Exception
infoXML
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic java.util.List getHandleList() throws java.lang.Exception
java.lang.Exception
- NOT YET DOCUMENTEDpublic static void main(java.lang.String[] args)
args
- The command line argumentsprotected java.util.List getNodes(java.lang.String xpath)
xpath
- an XPathprotected org.dom4j.Node getNode(java.lang.String xpath)
xpath
- an XPathprotected java.lang.String getNodeText(java.lang.String xpath)
xpath
- an XPath\protected static void pp(org.dom4j.Node node)
node
- NOT YET DOCUMENTED