public class XMLUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static javax.xml.xpath.XPath |
xpath
XPath instance |
Constructor and Description |
---|
XMLUtil() |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Document |
getXML(java.net.URL url)
Fetches the xml, fixes any wonky characters in it
|
static java.lang.String |
getXMLString(java.net.URL url) |