- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
private void loadConfig(InputStream configIs) throws IOException, SAXException { XMap doc = new XMap(configIs); forElement(doc); }
private void loadConfig(InputStream configIs) throws IOException, SAXException { XMap doc = new XMap(configIs); forElement(doc); }