| Package | Description |
|---|---|
| org.mule.module.xml.api | |
| org.mule.module.xml.internal | |
| org.mule.module.xml.internal.operation | |
| org.mule.module.xml.internal.xpath |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceMapping> |
NamespaceDirectory.getNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceMapping> |
XmlModule.getNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
XPathOperation.xpathExtract(InputStream content,
String xpath,
Map<String,Object> contextProperties,
List<NamespaceMapping> namespaces,
NamespaceDirectory namespaceDirectory,
XmlModule config,
boolean addTrailingNewlines)
Evaluates an XPath expression the input content and returns the result.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
XPathFunction.xpath(String xpath,
InputStream content,
Map<String,Object> contextProperties,
NamespaceMapping... ns)
Evaluates the
xpath expression over the given XML content using the contextProperties. |
| Constructor and Description |
|---|
XPathEvaluator(String expression,
XPathFactory xpathFactory,
Collection<NamespaceMapping> namespaces)
Creates a new instance
|
Copyright © 2026 MuleSoft, Inc.. All rights reserved.