Package | Description |
---|---|
org.astrogrid.samp.xmlrpc.internal |
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
|
Modifier and Type | Method and Description |
---|---|
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. |