public class XmlApi extends Object
Constructor and Description |
---|
XmlApi() |
public String read(String uri, String xpath) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException
public List<Map<String,String>> readAsList(String uri, String xpath) throws SAXException, IOException, ParserConfigurationException, XPathExpressionException
public void update(String uri, String xpath, String value) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException, TransformerFactoryConfigurationError, TransformerException
Copyright © 2015–2019. All rights reserved.