- XmlError - Enum in org.mule.module.xml.api
-
Defines the error types thrown by this module
- XmlModule - Class in org.mule.module.xml.internal
-
A Mule Module which provides functionality to handle XML.
- XmlModule() - Constructor for class org.mule.module.xml.internal.XmlModule
-
- XMLUtils - Class in org.mule.module.xml.internal.util
-
General utility methods for working with XML.
- XMLUtils() - Constructor for class org.mule.module.xml.internal.util.XMLUtils
-
- xpath(String, InputStream, Map<String, Object>, NamespaceMapping...) - Method in class org.mule.module.xml.internal.xpath.XPathFunction
-
Evaluates the xpath expression over the given XML content using the contextProperties.
- XPathErrorTypeProvider - Class in org.mule.module.xml.internal.error
-
Provides the error types for the XPath operation
- XPathErrorTypeProvider() - Constructor for class org.mule.module.xml.internal.error.XPathErrorTypeProvider
-
- XPathEvaluator - Class in org.mule.module.xml.internal.xpath
-
Evaluates XPath expressions using the JAXP API (JSR-206).
- XPathEvaluator(String, XPathFactory, Collection<NamespaceMapping>) - Constructor for class org.mule.module.xml.internal.xpath.XPathEvaluator
-
Creates a new instance
- xpathExtract(InputStream, String, Map<String, Object>, List<NamespaceMapping>, NamespaceDirectory, XmlModule, boolean) - Method in class org.mule.module.xml.internal.operation.XPathOperation
-
Evaluates an XPath expression the input content and returns the result.
- XPathFunction - Class in org.mule.module.xml.internal.xpath
-
Similar to the xpath-extract operation but in the form of a DataWeave function.
- XPathFunction() - Constructor for class org.mule.module.xml.internal.xpath.XPathFunction
-
- XPathOperation - Class in org.mule.module.xml.internal.operation
-
Operation for extracting values from an XML document using XPath
- XPathOperation() - Constructor for class org.mule.module.xml.internal.operation.XPathOperation
-
- XPathOperation(EntityExpansion) - Constructor for class org.mule.module.xml.internal.operation.XPathOperation
-
- XQueryOperation - Class in org.mule.module.xml.internal.operation
-
Operation to transform an XML document using XQuery
- XQueryOperation() - Constructor for class org.mule.module.xml.internal.operation.XQueryOperation
-
- xqueryTransform(InputStream, String, Map<String, Object>, XmlModule, boolean) - Method in class org.mule.module.xml.internal.operation.XQueryOperation
-
Uses XQuery to transform the input content.
- XsltOperation - Class in org.mule.module.xml.internal.operation
-
Operation to transform an XML document using XSLT
- XsltOperation() - Constructor for class org.mule.module.xml.internal.operation.XsltOperation
-
- xsltTransform(InputStream, String, Map<String, Object>, String, XmlModule) - Method in class org.mule.module.xml.internal.operation.XsltOperation
-
Uses XSLT to transform the input content.