public class XmlUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlUtils.NamespaceResolverFromNodesDocument |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
executeinternalXPath(String expression,
InputSource source) |
protected static Object |
executeinternalXPath(String expression,
InputSource source,
QName returnType) |
protected static String |
executeinternalXPath(String expression,
Node node) |
protected static Object |
executeinternalXPath(String expression,
Node node,
QName returnType) |
static Object |
executeXPath(String expression,
InputStream source) |
static Object |
executeXPath(String expression,
InputStream source,
QName returnType) |
static String |
executeXPath(String expression,
Node source) |
static <T> T |
executeXPath(String expression,
Node source,
QName returnType) |
static List<Node> |
toList(NodeList nodeList) |
public static <T> T executeXPath(String expression, Node source, QName returnType) throws XPathExpressionException
XPathExpressionExceptionpublic static String executeXPath(String expression, Node source) throws XPathExpressionException
XPathExpressionExceptionpublic static Object executeXPath(String expression, InputStream source, QName returnType) throws XPathExpressionException
XPathExpressionExceptionpublic static Object executeXPath(String expression, InputStream source) throws XPathExpressionException
XPathExpressionExceptionprotected static String executeinternalXPath(String expression, Node node) throws XPathExpressionException
XPathExpressionExceptionprotected static Object executeinternalXPath(String expression, Node node, QName returnType) throws XPathExpressionException
XPathExpressionExceptionprotected static String executeinternalXPath(String expression, InputSource source) throws XPathExpressionException
XPathExpressionExceptionprotected static Object executeinternalXPath(String expression, InputSource source, QName returnType) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.