public class XMLUtil
extends Object
Handy stuff for dealing with XML
-
-
Constructor Summary
Constructors
-
Method Summary
Fetches the xml, fixes any wonky characters in it
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
xpath
public static final XPath xpath
-
-
Method Details
-
getXMLString
- Parameters:
url
-
- Returns:
- the xml string at that url
-
getXML
Fetches the xml, fixes any wonky characters in it
- Parameters:
url
-
- Returns:
- The xml
Document