static XmlRpcCall |
XmlRpcCall.createCall(org.w3c.dom.Document callDoc) |
Constructs an XmlRpcCall instance from a document with a
methodCall element at top level.
|
static org.w3c.dom.Element |
XmlUtils.getChild(org.w3c.dom.Node parent) |
Returns the single element child of a DOM node.
|
static org.w3c.dom.Element |
XmlUtils.getChild(org.w3c.dom.Node parent,
java.lang.String tagName) |
Returns the single child element of a DOM node, which has a given
known name.
|
static java.lang.String |
XmlUtils.getTextContent(org.w3c.dom.Element el) |
Returns the text content of an element as a string.
|
static java.lang.Object |
XmlUtils.parseSampValue(org.w3c.dom.Element valueEl) |
Returns the content of a DOM element representing a value
element of an XML-RPC document.
|