Uses of Class
org.astrogrid.samp.xmlrpc.internal.XmlRpcFormatException
-
Packages that use XmlRpcFormatException Package Description org.astrogrid.samp.xmlrpc.internal Implementation of pluggable XML-RPC layer which requires no external dependencies. -
-
Uses of XmlRpcFormatException in org.astrogrid.samp.xmlrpc.internal
Methods in org.astrogrid.samp.xmlrpc.internal that throw XmlRpcFormatException Modifier and Type Method 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 avalue
element of an XML-RPC document.
-