public class XMLUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
static DocumentBuilder | 
createDocumentBuilder()  | 
static DocumentBuilder | 
createDocumentBuilder(boolean isNamespaceAware)  | 
static TransformerFactory | 
createTransformerFactory()  | 
static NodeList | 
getNodeList(String xml,
           String xPathExpression)  | 
public static DocumentBuilder createDocumentBuilder(boolean isNamespaceAware) throws ParserConfigurationException
ParserConfigurationExceptionpublic static TransformerFactory createTransformerFactory() throws TransformerConfigurationException
public static DocumentBuilder createDocumentBuilder() throws ParserConfigurationException
ParserConfigurationExceptionpublic static NodeList getNodeList(String xml, String xPathExpression) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException, XPathFactoryConfigurationException
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.