public final class XmlLoaderUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Document |
load(org.springframework.core.io.Resource res) |
static <T> T |
load(org.springframework.core.io.Resource res,
Class<?> cls) |
static Document |
load(URL url) |
static void |
mergeElement(Element from,
Element to) |
static Document |
newDoc() |
public static <T> T load(org.springframework.core.io.Resource res,
Class<?> cls)
throws Exception
Exceptionpublic static Document load(URL url) throws ParserConfigurationException, SAXException, IOException
public static Document load(org.springframework.core.io.Resource res) throws Exception
Exceptionpublic static Document newDoc() throws ParserConfigurationException
ParserConfigurationExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.