public class XMLUtils extends Object
Jun 24, 2009
Constructor and Description |
---|
XMLUtils() |
Modifier and Type | Method and Description |
---|---|
static Element |
getXMLDocumentElement(String file) |
static Element |
getXMLDocumentElement(URL file) |
static Document |
getXMLDOM(String currentFile) |
static Document |
getXMLDOM(URL url) |
public static Document getXMLDOM(String currentFile) throws ParserConfigurationException, SAXException, IOException
public static Element getXMLDocumentElement(String file) throws ParserConfigurationException, SAXException, IOException
public static Document getXMLDOM(URL url) throws ParserConfigurationException, SAXException, IOException
public static Element getXMLDocumentElement(URL file) throws ParserConfigurationException, SAXException, IOException
Copyright © 2017. All rights reserved.