| Package | Description |
|---|---|
| org.mule.module.xml.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaValidatorOperation.validateSchema(String schemas,
SchemaLanguage schemaLanguage,
InputStream content,
XmlModule config)
Validates that the input content is compliant with a given schema.
|
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.
|
List<String> |
XQueryOperation.xqueryTransform(InputStream content,
String xquery,
Map<String,Object> contextProperties,
XmlModule config,
boolean addTrailingNewlines)
Uses XQuery to transform the input content.
|
String |
XsltOperation.xsltTransform(InputStream content,
String xslt,
Map<String,Object> contextProperties,
String outputEncoding,
XmlModule config)
Uses XSLT to transform the input content.
|
Copyright © 2026 MuleSoft, Inc.. All rights reserved.