Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractJaxpFilter - Class in org.mule.runtime.module.xml.filters
Common filter functionality for filters which need to convert payloads to Documents.
AbstractJaxpFilter() - Constructor for class org.mule.runtime.module.xml.filters.AbstractJaxpFilter
 
AbstractXmlTransformer - Class in org.mule.runtime.module.xml.transformer
AbstractXmlTransformer offers some XSLT transform on a DOM (or other XML-ish) object.
AbstractXmlTransformer() - Constructor for class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
AbstractXmlTransformer.ResultHolder - Interface in org.mule.runtime.module.xml.transformer
Result callback interface used when processing XML through JAXP
AbstractXStreamTransformer - Class in org.mule.runtime.module.xml.transformer
AbstractXStreamTransformer is a base class for all XStream based transformers.
AbstractXStreamTransformer() - Constructor for class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
accept(InternalMessage, Event.Builder) - Method in class org.mule.runtime.module.xml.filters.IsXmlFilter
 
accept(InternalMessage, Event.Builder) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
accept(Event, Event.Builder) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
Accepts the message if schema validation passes.
accept(InternalMessage, Event.Builder) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
accept(Event, Event.Builder) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
accept(Node) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
addAlias(String, Class<?>) - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
addConverter(Class<? extends Converter>) - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
addNamespace(String, String) - Method in class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
addNamespaces(Map<String, String>) - Method in class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
APACHE_XML_FEATURES_VALIDATION_SCHEMA - Static variable in class org.mule.runtime.module.xml.util.XMLUtils
 
APACHE_XML_FEATURES_VALIDATION_SCHEMA_FULL_CHECKING - Static variable in class org.mule.runtime.module.xml.util.XMLUtils
 
assertArgument(boolean, String) - Method in class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
 

B

bindDocument(Object, XQPreparedExpression) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
Returns the InputSource corresponding to xqueryFile or xquery
bindParameters(XQPreparedExpression, Event) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
bridge() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 

C

call(Object[], ExpressionLanguageContext) - Method in class org.mule.runtime.module.xml.el.XPath3Function
 
canClose(Class) - Method in class org.mule.runtime.module.xml.util.XMLStreamCloser
 
canConvert(Class) - Method in class org.mule.runtime.module.xml.transformer.datatype.CollectionDataTypeXStreamConverter
 
canConvert(Class) - Method in class org.mule.runtime.module.xml.transformer.datatype.SimpleDataTypeXStreamConverter
 
canOnlySetFileOrXQuery() - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
canOnlySetFileOrXslt() - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
clone() - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
clone() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
close() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
close(Object) - Method in class org.mule.runtime.module.xml.util.XMLStreamCloser
 
CollectionDataTypeXStreamConverter - Class in org.mule.runtime.module.xml.transformer.datatype
A serializer to handle instances of CollectionDataType.
CollectionDataTypeXStreamConverter() - Constructor for class org.mule.runtime.module.xml.transformer.datatype.CollectionDataTypeXStreamConverter
 
compile(String) - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
 
configuration - Variable in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
configureContext(ExpressionLanguageContext) - Method in class org.mule.runtime.module.xml.el.XMLExpressionLanguageExtension
 
contextPropertyValueIsNull(String) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
converterClassDoesNotImplementInterface(Class) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
convertToBytes(Object, Charset) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
Converts an XML in-memory representation to a String using a specific encoding.
convertToText(Object) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
Deprecated.
Replaced by convertToText(Object obj, String ouputEncoding)
convertToText(Object, Charset) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
Converts an XML in-memory representation to a String using a specific encoding.
copy(XMLStreamReader, XMLStreamWriter) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Copies the reader to the writer.
copy(XMLStreamReader, XMLStreamWriter, boolean) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
 
createDataType(Class<? extends Collection>, String, Class<?>, String) - Method in class org.mule.runtime.module.xml.transformer.datatype.CollectionDataTypeXStreamConverter
 
createDataType(Class<?>, String) - Method in class org.mule.runtime.module.xml.transformer.datatype.SimpleDataTypeXStreamConverter
 
createInstance() - Method in class org.mule.runtime.module.xml.config.JaxbContextFactoryBean
 
createValidator() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
Create a validator.
createXPathFactory() - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
Returns the XPathFactory to be used when compiling expressions
createXPathFactory() - Method in class org.mule.runtime.module.xml.xpath.SaxonXpathEvaluator
Returns the XPathFactory to be used when compiling expressions

D

DEFAULT_SCHEMA_LANGUAGE - Static variable in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
DefaultErrorListener(Transformer) - Constructor for class org.mule.runtime.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
DelayedResult - Interface in org.mule.runtime.module.xml.transformer
A result type which delays writing until something further down stream can setup the underlying output result.
DelegateXMLStreamReader - Class in org.mule.runtime.module.xml.stax
 
DelegateXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
destroyObject(Object) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer.PooledXQueryTransformerFactory
 
dispose() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
doInitialise() - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
doInitialise() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
doInitialise() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
DomDocumentToXml - Class in org.mule.runtime.module.xml.transformer
DomDocumentToXml Transform a org.w3c.dom.Document to XML String
DomDocumentToXml() - Constructor for class org.mule.runtime.module.xml.transformer.DomDocumentToXml
 
domToString(Element) - Method in class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
 
domTypeNotSupported(Class) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.runtime.module.xml.config.NamespaceManagerDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doTransform(Object, Charset) - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
doTransform(Object, Charset) - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBUnmarshallerTransformer
 
doTransform(Object, Charset) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
doTransform(Object, Charset) - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
 
doTransform(Event, Charset, Source, Result) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 

E

EndElementEventX - Class in org.mule.runtime.module.xml.stax
 
EndElementEventX(QName, List<Namespace>) - Constructor for class org.mule.runtime.module.xml.stax.EndElementEventX
 
equals(Object) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
error(TransformerException) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
evaluate(String, Node, Event) - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
Evaluates the xpathExpression over the input and returns the evaluation as a String.
evaluate(String, Node, XPathReturnType, Event) - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
Evaluates the xpathExpression over the input and returns the evaluation as a type in concordance with returnType.
evaluate(String, Node, Event) - Method in interface org.mule.runtime.module.xml.xpath.XPathEvaluator
Evaluates the xpathExpression over the input and returns the evaluation as a String.
evaluate(String, Node, XPathReturnType, Event) - Method in interface org.mule.runtime.module.xml.xpath.XPathEvaluator
Evaluates the xpathExpression over the input and returns the evaluation as a type in concordance with returnType.
evaluateTransformParameter(String, Object, Event) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
Returns the value to be set for the parameter.
evaluateTransformParameter(String, Object, Event) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Returns the value to be set for the parameter.

F

failedToCreateDocumentBuilder() - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
failedToProcessXPath(String) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
failedToRegisterNamespace(String, String) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
fatalError(TransformerException) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer.DefaultErrorListener
 

G

getAliases() - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
getAttributeCount() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributeCount() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeList() - Method in class org.mule.runtime.module.xml.stax.StartElementEventX
 
getAttributeLocalName(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeName(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributeName(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getAttributePrefix(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributePrefix(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getAttributes() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
Get the attributes associated with the given START_ELEMENT or ATTRIBUTE StAXevent.
getAttributeType(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributeType(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeValue(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getBaseURI() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getBeanName(Element) - Method in class org.mule.runtime.module.xml.config.NamespaceManagerDefinitionParser
 
getByteStream() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getCertifiedText() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getCharacterEncodingScheme() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getCharacterStream() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getConfigNamespaces() - Method in class org.mule.runtime.module.xml.util.NamespaceManager
 
getConfiguration() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
getContentHandler() - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
getContextProperties() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
Gets the parameters to be used when applying the transformation
getContextProperties() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Gets the parameters to be used when applying the transformation
getConverters() - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
getDelayedResult(Source) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
Get a delayed result.
getDelayedResult(Event, Charset, Source) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
getDelegateReader() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getDocumentBuilderFactory() - Method in class org.mule.runtime.module.xml.filters.AbstractJaxpFilter
The document builder factory to use in case XML needs to be parsed.
getDriverClass() - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
getDTDHandler() - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
getElementText() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getElementText() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getEncoding() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getEncoding() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
getEncoding() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getEntityResolver() - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
getErrorHandler() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getErrorHandler() - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
getEventType() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getEventType() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getException() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
getExpectedValue() - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
getExpression() - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
 
getFeature(String) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
getIndentEnabled() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
getIndentSize() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
getIndentString() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
getInstance() - Method in class org.mule.runtime.module.xml.transformer.XStreamFactory
 
getJaxbContext() - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
getJaxbContext() - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBUnmarshallerTransformer
 
getLineSeparator() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
getLocalName() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getLocalName() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getLocation() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getLocation() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getMaxActiveTransformers() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
getMaxActiveTransformers() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
getMaxIdleTransformers() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
getMaxIdleTransformers() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
getName() - Method in class org.mule.runtime.module.xml.config.JaxbContextFactoryBean
 
getName() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getName() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceContext() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceContext() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceCount() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceCount() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceList() - Method in class org.mule.runtime.module.xml.stax.EndElementEventX
 
getNamespaceList() - Method in class org.mule.runtime.module.xml.stax.StartElementEventX
 
getNamespacePrefix(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaces() - Method in class org.mule.runtime.module.xml.filters.XPathFilter
The prefix-to-namespace map for the namespace context to be applied to the XPath evaluation.
getNamespaces() - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
The prefix-to-namespace map.
getNamespaces() - Method in class org.mule.runtime.module.xml.util.NamespaceManager
 
getNamespaceURI() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
getNamespaceURI() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getNewLineAfterNTags() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
getObjectType() - Method in class org.mule.runtime.module.xml.config.JaxbContextFactoryBean
 
getOutputEncoding() - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
getOutputFormat() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
getPackageNames() - Method in class org.mule.runtime.module.xml.config.JaxbContextFactoryBean
 
getPattern() - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
getPIData() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getPIData() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getPITarget() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getPITarget() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getPrefix() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getPrefix(String) - Method in class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
getPrefix() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getPrefixes(String) - Method in class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
getPriorityWeighting() - Method in class org.mule.runtime.module.xml.transformer.DomDocumentToXml
 
getPriorityWeighting() - Method in class org.mule.runtime.module.xml.transformer.XmlToDomDocument
 
getPriorityWeighting() - Method in class org.mule.runtime.module.xml.transformer.XmlToOutputHandler
 
getPriorityWeighting() - Method in class org.mule.runtime.module.xml.transformer.XmlToXMLStreamReader
 
getProperty(String) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getProperty(String) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
getPropertyName(Element) - Method in class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
 
getPublicId() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getRegisteredNamespaces() - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
Returns a Map with the registered namespaces.
getRegisteredNamespaces() - Method in interface org.mule.runtime.module.xml.xpath.XPathEvaluator
Returns a Map with the registered namespaces.
getResourceResolver() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getResult() - Method in interface org.mule.runtime.module.xml.transformer.AbstractXmlTransformer.ResultHolder
 
getResultHolder(Class<?>) - Static method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
getResultObject() - Method in interface org.mule.runtime.module.xml.transformer.AbstractXmlTransformer.ResultHolder
 
getResultType() - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
Result type from this transformer.
getSchemaLanguage() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getSchemaLocations() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getSchemaObject() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getSourceClass() - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
getStreamSource() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Returns the StreamSource corresponding to xslt (which should have been loaded in AbstractXmlTransformer.initialise()).
getStringData() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getSystemId() - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
getText() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getText() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getTextCharacters() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getTextCharacters() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getTextLength() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getTextLength() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getTextStart() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getTextStart() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
getTransformer() - Static method in class org.mule.runtime.module.xml.util.XMLUtils
 
getUriResolver() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
getUsedNamespaces() - Method in class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
getValidatorFeatures() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getValidatorProperties() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getVersion() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
getXMLInputFactory() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
getXMLInputFactory() - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
getXMLOutputFactory() - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
getXMLStreamReader() - Method in class org.mule.runtime.module.xml.stax.StaxSource
 
getXpathEvaluator() - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
 
getXquery() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
getXqueryFile() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
getXslFile() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
getXslt() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
getXslTransformerFactory() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Returns the name of the currently configured javax.xml.transform.Transformer factory class used to create XSLT Transformers.
getXStream() - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 

H

handleAttribute() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleCDATA() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleCharacters() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleComment() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleDTD() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEndDocument() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEndElement() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEntityDecl() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEntityReference() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleNamespace() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleNotationDecl() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handlePI() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handler - Variable in class org.mule.runtime.module.xml.stax.StaxSource
 
handleSpace() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleStartDocument() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
handleStartElement() - Method in class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
 
hashCode() - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
hasName() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
hasName() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
hasNext() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
hasNext() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
hasText() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
hasText() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 

I

init() - Method in class org.mule.runtime.module.xml.config.XmlNamespaceHandler
 
initialise() - Method in class org.mule.runtime.module.xml.el.XMLExpressionLanguageExtension
 
initialise() - Method in class org.mule.runtime.module.xml.filters.AbstractJaxpFilter
 
initialise() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
initialise() - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
initialise() - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
initialise() - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
initialise() - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
initialise() - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBUnmarshallerTransformer
 
initialise() - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
 
initialise() - Method in class org.mule.runtime.module.xml.util.NamespaceManager
 
invalidReturnTypeForTransformer(Class) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
isAcceptMuleMessage() - Method in class org.mule.runtime.module.xml.transformer.ObjectToXml
 
isAttributeSpecified(int) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
isAttributeSpecified(int) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
isCharacters() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
isCharacters() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
isEndElement() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
isEndElement() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
isError() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
isExpandEmptyElements() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
isIncludeConfigNamespaces() - Method in class org.mule.runtime.module.xml.util.NamespaceManager
 
isNewLineAfterDeclaration() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
isNewlines() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
isOmitEncoding() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
isPadText() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
isReturnResult() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
isReversible() - Method in class org.mule.runtime.module.xml.transformer.XmlToXMLStreamReader
 
isStandalone() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
isStartElement() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
isStartElement() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
isSuppressDeclaration() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
isTracking() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
isTrimText() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
isUseStaxSource() - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
isUseStaxSource() - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
isWhiteSpace() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
isWhiteSpace() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
isXHTML() - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
IsXmlFilter - Class in org.mule.runtime.module.xml.filters
IsXmlFilter accepts a String or byte[] if its contents are valid (well-formed) XML.
IsXmlFilter() - Constructor for class org.mule.runtime.module.xml.filters.IsXmlFilter
 

J

jaxbContext - Variable in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
jaxbContext - Variable in class org.mule.runtime.module.xml.transformer.jaxb.JAXBUnmarshallerTransformer
 
JaxbContextFactoryBean - Class in org.mule.runtime.module.xml.config
TODO
JaxbContextFactoryBean() - Constructor for class org.mule.runtime.module.xml.config.JaxbContextFactoryBean
 
JAXBMarshallerTransformer - Class in org.mule.runtime.module.xml.transformer.jaxb
Allows marshaling of Java objects to XML using JAXB 2.
JAXBMarshallerTransformer() - Constructor for class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
JAXBMarshallerTransformer(JAXBContext, DataType) - Constructor for class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
JAXBUnmarshallerTransformer - Class in org.mule.runtime.module.xml.transformer.jaxb
Allows un-marshaling of XML generated by JAXB to a Java object graph.
JAXBUnmarshallerTransformer() - Constructor for class org.mule.runtime.module.xml.transformer.jaxb.JAXBUnmarshallerTransformer
 
JAXBUnmarshallerTransformer(JAXBContext, DataType) - Constructor for class org.mule.runtime.module.xml.transformer.jaxb.JAXBUnmarshallerTransformer
 
JAXP_PROPERTIES_SCHEMA_LANGUAGE - Static variable in class org.mule.runtime.module.xml.util.XMLUtils
 
JAXP_PROPERTIES_SCHEMA_LANGUAGE_VALUE - Static variable in class org.mule.runtime.module.xml.util.XMLUtils
 
JAXP_PROPERTIES_SCHEMA_SOURCE - Static variable in class org.mule.runtime.module.xml.util.XMLUtils
 
JaxpXPathEvaluator - Class in org.mule.runtime.module.xml.xpath
This is the preferred base implementation of XPathEvaluator.
JaxpXPathEvaluator() - Constructor for class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
 

L

loadSchemaStream(String) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
loadSource(InternalMessage) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
Load the source from the specified object.
LocalResourceResolverInput - Class in org.mule.runtime.module.xml.util
 
LocalResourceResolverInput() - Constructor for class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
LocalURIResolver - Class in org.mule.runtime.module.xml.util
Will look for the href file on the classpath
LocalURIResolver() - Constructor for class org.mule.runtime.module.xml.util.LocalURIResolver
 
LocalURIResolver(String) - Constructor for class org.mule.runtime.module.xml.util.LocalURIResolver
 
logger - Variable in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
logger - Variable in class org.mule.runtime.module.xml.filters.XPathFilter
 

M

makeObject() - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer.PooledXQueryTransformerFactory
 
makeObject() - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer.PooledXsltTransformerFactory
 
MapNamespaceContext - Class in org.mule.runtime.module.xml.stax
 
MapNamespaceContext() - Constructor for class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
MapNamespaceContext(Map<String, String>) - Constructor for class org.mule.runtime.module.xml.stax.MapNamespaceContext
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.mule.runtime.module.xml.transformer.datatype.CollectionDataTypeXStreamConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.mule.runtime.module.xml.transformer.datatype.SimpleDataTypeXStreamConverter
 
MuleResourceResolver - Class in org.mule.runtime.module.xml.util
Attempts to resolve a resource from the file system, from a URL, or from the classpath, in that order.
MuleResourceResolver() - Constructor for class org.mule.runtime.module.xml.util.MuleResourceResolver
 

N

NamespaceManager - Class in org.mule.runtime.module.xml.util
A simple manager that holds a registry of global namespaces that will be recognised by all xml queries and transforms
NamespaceManager() - Constructor for class org.mule.runtime.module.xml.util.NamespaceManager
 
NamespaceManagerDefinitionParser - Class in org.mule.runtime.module.xml.config
TODO
NamespaceManagerDefinitionParser() - Constructor for class org.mule.runtime.module.xml.config.NamespaceManagerDefinitionParser
 
newNamespaceContext() - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
 
newXPath() - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
 
next() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
next() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
nextTag() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
nextTag() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 

O

objectNotAvailble(String) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
ObjectToXml - Class in org.mule.runtime.module.xml.transformer
ObjectToXml converts any object to XML using Xstream.
ObjectToXml() - Constructor for class org.mule.runtime.module.xml.transformer.ObjectToXml
 
org.mule.runtime.module.xml.config - package org.mule.runtime.module.xml.config
 
org.mule.runtime.module.xml.el - package org.mule.runtime.module.xml.el
 
org.mule.runtime.module.xml.filters - package org.mule.runtime.module.xml.filters
 
org.mule.runtime.module.xml.i18n - package org.mule.runtime.module.xml.i18n
 
org.mule.runtime.module.xml.stax - package org.mule.runtime.module.xml.stax
 
org.mule.runtime.module.xml.transformer - package org.mule.runtime.module.xml.transformer
 
org.mule.runtime.module.xml.transformer.datatype - package org.mule.runtime.module.xml.transformer.datatype
 
org.mule.runtime.module.xml.transformer.jaxb - package org.mule.runtime.module.xml.transformer.jaxb
 
org.mule.runtime.module.xml.transformer.wire - package org.mule.runtime.module.xml.transformer.wire
 
org.mule.runtime.module.xml.util - package org.mule.runtime.module.xml.util
 
org.mule.runtime.module.xml.xpath - package org.mule.runtime.module.xml.xpath
 
outputFormat - Variable in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 

P

parse(InputSource) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
parse(String) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
parse() - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
passivateObject(Object) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer.PooledXsltTransformerFactory
 
PooledXQueryTransformerFactory() - Constructor for class org.mule.runtime.module.xml.transformer.XQueryTransformer.PooledXQueryTransformerFactory
 
PooledXsltTransformerFactory() - Constructor for class org.mule.runtime.module.xml.transformer.XsltTransformer.PooledXsltTransformerFactory
 
postDeserialisationInit(Object) - Method in class org.mule.runtime.module.xml.transformer.XmlToObject
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
 
PREFERRED_TRANSFORMER_FACTORY - Static variable in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
pseudoParser - Variable in class org.mule.runtime.module.xml.stax.StaxSource
 
PseudoReader() - Constructor for class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 

R

registerNamespaces(Map<String, String>) - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
Registers the given namespaces so that they can be recognized during evaluation
registerNamespaces(NamespaceManager) - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
Registers the namespaces in namespaceManager
registerNamespaces(Map<String, String>) - Method in interface org.mule.runtime.module.xml.xpath.XPathEvaluator
Registers the given namespaces so that they can be recognized during evaluation
registerNamespaces(NamespaceManager) - Method in interface org.mule.runtime.module.xml.xpath.XPathEvaluator
Registers the namespaces in namespaceManager
removeAlias(String) - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
removeAlias(Class<? extends Converter>) - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
repeater - Variable in class org.mule.runtime.module.xml.stax.StaxSource
 
require(int, String, String) - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
reset() - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
resolve(String, String) - Method in class org.mule.runtime.module.xml.util.LocalURIResolver
 
resolveResource(String, String, String, String, String) - Method in class org.mule.runtime.module.xml.util.MuleResourceResolver
 
resolveVariable(QName) - Method in class org.mule.runtime.module.xml.xpath.JaxpXPathEvaluator
Resolves the given variable against the flow variables in the Event held by JaxpXPathEvaluator.evaluationEvent
ReversibleXMLStreamReader - Class in org.mule.runtime.module.xml.stax
 
ReversibleXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 

S

SaxonXpathEvaluator - Class in org.mule.runtime.module.xml.xpath
Implementation of JaxpXPathEvaluator which uses the Saxon implementation.
SaxonXpathEvaluator() - Constructor for class org.mule.runtime.module.xml.xpath.SaxonXpathEvaluator
 
SchemaValidationFilter - Class in org.mule.runtime.module.xml.filters
Filter for schema validation.
SchemaValidationFilter() - Constructor for class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
select(String, Node) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Select a set of Node objects using the Xpath expression
selectOne(String, Node) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Select a single XML node using an Xpath
selectValue(String, Node) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Select a single XML String value using an Xpath
setAcceptExternalEntities(boolean) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
setAcceptMuleMessage(boolean) - Method in class org.mule.runtime.module.xml.transformer.ObjectToXml
 
setAliases(Map<String, Class<?>>) - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
setBaseURI(String) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setByteStream(InputStream) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setCertifiedText(boolean) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setCharacterStream(Reader) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setConfigNamespaces(Map<String, String>) - Method in class org.mule.runtime.module.xml.util.NamespaceManager
 
setConfiguration(Configuration) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
setContentHandler(ContentHandler) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
setContextProperties(Map<String, Object>) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
Sets the parameters to be used when applying the transformation
setContextProperties(Map<String, Object>) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Sets the parameters to be used when applying the transformation
setConverters(Set<Class<? extends Converter>>) - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.mule.runtime.module.xml.filters.AbstractJaxpFilter
The document builder factory to use in case XML needs to be parsed.
setDriverClass(String) - Method in class org.mule.runtime.module.xml.transformer.AbstractXStreamTransformer
 
setDTDHandler(DTDHandler) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
setEncoding(String) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setEncoding(String) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setEntityResolver(EntityResolver) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
setErrorHandler(ErrorHandler) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setErrorHandler(ErrorHandler) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
setExpandEmptyElements(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setExpandInternalEntities(boolean) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
setExpectedValue(String) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
Sets the expected result value of the XPath expression
setExpression(String) - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
 
setFeature(String, boolean) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
setIncludeConfigNamespaces(boolean) - Method in class org.mule.runtime.module.xml.util.NamespaceManager
 
setIndentEnabled(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setIndentSize(int) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setIndentString(String) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setJaxbContext(JAXBContext) - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
setJaxbContext(JAXBContext) - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBUnmarshallerTransformer
 
setLineSeparator(String) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setMaxActiveTransformers(int) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
Sets the the current maximum number of active transformer objects allowed in the pool
setMaxActiveTransformers(int) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Sets the the current maximum number of active transformer objects allowed in the pool
setMaxIdleTransformers(int) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
Sets the the current maximum number of idle transformer objects allowed in the pool
setMaxIdleTransformers(int) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Sets the the current maximum number of idle transformer objects allowed in the pool
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.xml.el.XMLExpressionLanguageExtension
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
setMuleContext(MuleContext) - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
 
setName(String) - Method in class org.mule.runtime.module.xml.config.JaxbContextFactoryBean
 
setNamespaces(Map<String, String>) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
The prefix-to-namespace map for the namespace context to be applied to the XPath evaluation.
setNamespaces(Map<String, String>) - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
The prefix-to-namespace map.
setNamespaces(Map<String, String>) - Method in class org.mule.runtime.module.xml.util.NamespaceManager
 
setNewLineAfterDeclaration(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setNewLineAfterNTags(int) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setNewlines(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setOmitEncoding(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setOutputEncoding(String) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
setPackageNames(String) - Method in class org.mule.runtime.module.xml.config.JaxbContextFactoryBean
 
setPadText(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setPattern(String) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
setPriorityWeighting(int) - Method in class org.mule.runtime.module.xml.transformer.DomDocumentToXml
 
setPriorityWeighting(int) - Method in class org.mule.runtime.module.xml.transformer.XmlToDomDocument
 
setPriorityWeighting(int) - Method in class org.mule.runtime.module.xml.transformer.XmlToOutputHandler
 
setPriorityWeighting(int) - Method in class org.mule.runtime.module.xml.transformer.XmlToXMLStreamReader
 
setProperty(String, Object) - Method in class org.mule.runtime.module.xml.stax.StaxSource.PseudoReader
 
setPublicId(String) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setResourceResolver(LSResourceResolver) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setResultType(XPathReturnType) - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
Result type from this transformer.
setReturnResult(boolean) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setReversible(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlToXMLStreamReader
 
setSchemaLanguage(String) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setSchemaLocations(String) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setSchemaObject(Schema) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setSourceClass(Class<?>) - Method in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
setStringData(String) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setSuppressDeclaration(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setSystemId(String) - Method in class org.mule.runtime.module.xml.util.LocalResourceResolverInput
 
setTracking(boolean) - Method in class org.mule.runtime.module.xml.stax.ReversibleXMLStreamReader
 
setTrimText(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setUriResolver(URIResolver) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
setUseStaxSource(boolean) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setUseStaxSource(boolean) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
setValidatorFeatures(Map<String, Boolean>) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setValidatorProperties(Map<String, Object>) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setXHTML(boolean) - Method in class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
setXMLInputFactory(XMLInputFactory) - Method in class org.mule.runtime.module.xml.filters.SchemaValidationFilter
 
setXMLInputFactory(XMLInputFactory) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
setXMLOutputFactory(XMLOutputFactory) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
setXpathEvaluator(XPathEvaluator) - Method in class org.mule.runtime.module.xml.filters.XPathFilter
 
setXpathEvaluator(XPathEvaluator) - Method in class org.mule.runtime.module.xml.transformer.XPathExtractor
 
setXquery(String) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
setXqueryFile(String) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
setXslFile(String) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
setXslt(String) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
setXslTransformerFactory(String) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Configures the javax.xml.transform.Transformer factory class
SimpleDataTypeXStreamConverter - Class in org.mule.runtime.module.xml.transformer.datatype
A serializer to handle instances of SimpleDataType.
SimpleDataTypeXStreamConverter() - Constructor for class org.mule.runtime.module.xml.transformer.datatype.SimpleDataTypeXStreamConverter
 
SOURCE_DOCUMENT_NAMESPACE - Static variable in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
sourceClass - Variable in class org.mule.runtime.module.xml.transformer.jaxb.JAXBMarshallerTransformer
 
standaloneSet() - Method in class org.mule.runtime.module.xml.stax.DelegateXMLStreamReader
 
StartElementEventX - Class in org.mule.runtime.module.xml.stax
 
StartElementEventX(QName, List, List, NamespaceContext, Location, QName) - Constructor for class org.mule.runtime.module.xml.stax.StartElementEventX
 
StaxSource - Class in org.mule.runtime.module.xml.stax
A StaxSource which gives us access to the underlying XMLStreamReader if we are StaxCapable down the line.
StaxSource(XMLStreamReader) - Constructor for class org.mule.runtime.module.xml.stax.StaxSource
 
StaxSource.PseudoReader - Class in org.mule.runtime.module.xml.stax
 
streamNotAvailble(String) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
STYLESHEET - Static variable in class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
 

T

toDocument(Object, MuleContext) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
 
toDocument(Object, String, MuleContext) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Converts an object of unknown type to an org.dom4j.Document if possible.
toDOMNode(Object) - Method in class org.mule.runtime.module.xml.filters.AbstractJaxpFilter
toDOMNode(Object, Event) - Method in class org.mule.runtime.module.xml.filters.AbstractJaxpFilter
 
toDOMNode(Object, Event) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
 
toDOMNode(Object, Event, DocumentBuilderFactory) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
 
toQName() - Method in enum org.mule.runtime.module.xml.xpath.XPathReturnType
Returns the QName related to each value
toStreamSource(XMLInputFactory, boolean, InputStream) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
 
toW3cDocument(Object) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Converts a payload to a Document representation.
toXml(Document) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Converts a DOM to an XML string.
toXmlSource(XMLStreamReader) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
 
toXmlSource(XMLInputFactory, boolean, Object) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Convert our object to a Source type efficiently.
toXMLStreamReader(XMLInputFactory, Object) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
toXMLStreamReader(XMLInputFactory, Event, Object) - Static method in class org.mule.runtime.module.xml.util.XMLUtils
Returns an XMLStreamReader for an object of unknown type if possible.
TRANSFORMER_FACTORY_JDK5 - Static variable in class org.mule.runtime.module.xml.util.XMLUtils
 
transformerPool - Variable in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
transformerPool - Variable in class org.mule.runtime.module.xml.transformer.XsltTransformer
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.DomDocumentToXml
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.ObjectToXml
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.XmlToDomDocument
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.XmlToObject
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.XmlToOutputHandler
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.XmlToXMLStreamReader
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
transformMessage(Event, Charset) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer
Transform, using XSLT, a XML String to another String.

U

unbindParameters(XQPreparedExpression) - Method in class org.mule.runtime.module.xml.transformer.XQueryTransformer
Removes any parameter bindings from the transformer, replacing them with empty strings
UNDEFINED - Static variable in class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.mule.runtime.module.xml.transformer.datatype.CollectionDataTypeXStreamConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.mule.runtime.module.xml.transformer.datatype.SimpleDataTypeXStreamConverter
 

V

valueOf(String) - Static method in enum org.mule.runtime.module.xml.xpath.XPathReturnType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.module.xml.xpath.XPathReturnType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(TransformerException) - Method in class org.mule.runtime.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
write(Result) - Method in interface org.mule.runtime.module.xml.transformer.DelayedResult
 
writeToStream(Object, Charset, OutputStream) - Method in class org.mule.runtime.module.xml.transformer.AbstractXmlTransformer
 
writeXml(Object, Charset, OutputStream) - Method in class org.mule.runtime.module.xml.transformer.XmlToOutputHandler
 

X

XMLExpressionLanguageExtension - Class in org.mule.runtime.module.xml.el
 
XMLExpressionLanguageExtension() - Constructor for class org.mule.runtime.module.xml.el.XMLExpressionLanguageExtension
 
XmlMessages - Class in org.mule.runtime.module.xml.i18n
 
XmlMessages() - Constructor for class org.mule.runtime.module.xml.i18n.XmlMessages
 
XmlNamespaceHandler - Class in org.mule.runtime.module.xml.config
 
XmlNamespaceHandler() - Constructor for class org.mule.runtime.module.xml.config.XmlNamespaceHandler
 
XmlPrettyPrinter - Class in org.mule.runtime.module.xml.transformer
 
XmlPrettyPrinter() - Constructor for class org.mule.runtime.module.xml.transformer.XmlPrettyPrinter
 
XMLStreamCloser - Class in org.mule.runtime.module.xml.util
 
XMLStreamCloser() - Constructor for class org.mule.runtime.module.xml.util.XMLStreamCloser
 
XMLStreamReaderToByteArray - Class in org.mule.runtime.module.xml.transformer
Transforms an XMLStreamReader to a byte array.
XMLStreamReaderToByteArray() - Constructor for class org.mule.runtime.module.xml.transformer.XMLStreamReaderToByteArray
 
XMLStreamReaderToContentHandler - Class in org.mule.runtime.module.xml.stax
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, XMLFilterImplEx) - Constructor for class org.mule.runtime.module.xml.stax.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XmlToDomDocument - Class in org.mule.runtime.module.xml.transformer
XmlToDomDocument transforms a XML String to org.w3c.dom.Document.
XmlToDomDocument() - Constructor for class org.mule.runtime.module.xml.transformer.XmlToDomDocument
 
XmlToObject - Class in org.mule.runtime.module.xml.transformer
XmlToObject converts xml created by the ObjectToXml transformer in to a java object graph.
XmlToObject() - Constructor for class org.mule.runtime.module.xml.transformer.XmlToObject
 
XmlToOutputHandler - Class in org.mule.runtime.module.xml.transformer
 
XmlToOutputHandler() - Constructor for class org.mule.runtime.module.xml.transformer.XmlToOutputHandler
 
XmlToXMLStreamReader - Class in org.mule.runtime.module.xml.transformer
 
XmlToXMLStreamReader() - Constructor for class org.mule.runtime.module.xml.transformer.XmlToXMLStreamReader
 
XMLUtils - Class in org.mule.runtime.module.xml.util
General utility methods for working with XML.
XMLUtils() - Constructor for class org.mule.runtime.module.xml.util.XMLUtils
 
XPath3Function - Class in org.mule.runtime.module.xml.el
A MEL function capable of evaluation XPath expressions by delegating into an instance of XPathEvaluator

The function will now accept the following arguments (in order):

expression (required String) The Xpath expression to be evaluated.

XPathEvaluator - Interface in org.mule.runtime.module.xml.xpath
A simple component of evaluation XPath expressions in full conformance of the XPath 2.0 spec and basic conformance of the XPath 3.0 (everything except features which require schema awareness and high order functions).
XPathExtractor - Class in org.mule.runtime.module.xml.transformer
Simple transformer for using the JAXP XPath library to extract an XPath value from an XPath expression.
XPathExtractor() - Constructor for class org.mule.runtime.module.xml.transformer.XPathExtractor
 
XPathFilter - Class in org.mule.runtime.module.xml.filters
 
XPathFilter() - Constructor for class org.mule.runtime.module.xml.filters.XPathFilter
 
XPathFilter(String) - Constructor for class org.mule.runtime.module.xml.filters.XPathFilter
 
XPathFilter(String, String) - Constructor for class org.mule.runtime.module.xml.filters.XPathFilter
 
xpathResultTypeNotSupported(Class<?>) - Static method in class org.mule.runtime.module.xml.i18n.XmlMessages
 
XPathReturnType - Enum in org.mule.runtime.module.xml.xpath
An Enum listing the possible return types defined in the JAXP (JSR-206) without actually coupling to it.
XQueryTransformer - Class in org.mule.runtime.module.xml.transformer
The XQuery Module gives users the ability to perform XQuery transformations on XML messages in Mule
XQueryTransformer() - Constructor for class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
XQueryTransformer(String) - Constructor for class org.mule.runtime.module.xml.transformer.XQueryTransformer
 
XQueryTransformer.PooledXQueryTransformerFactory - Class in org.mule.runtime.module.xml.transformer
 
XsltTextDefinitionParser - Class in org.mule.runtime.module.xml.config
TODO
XsltTextDefinitionParser(String) - Constructor for class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
The class will be inferred from the class attribute
XsltTextDefinitionParser(String, Class) - Constructor for class org.mule.runtime.module.xml.config.XsltTextDefinitionParser
 
XsltTransformer - Class in org.mule.runtime.module.xml.transformer
XsltTransformer performs an XSLT transform on a DOM (or other XML-ish) object.
XsltTransformer() - Constructor for class org.mule.runtime.module.xml.transformer.XsltTransformer
 
XsltTransformer.DefaultErrorListener - Class in org.mule.runtime.module.xml.transformer
 
XsltTransformer.PooledXsltTransformerFactory - Class in org.mule.runtime.module.xml.transformer
 
XsltTransformerDefinitionParser - Class in org.mule.runtime.module.xml.config
 
XsltTransformerDefinitionParser() - Constructor for class org.mule.runtime.module.xml.config.XsltTransformerDefinitionParser
 
XSTREAM_DOM4J_DRIVER - Static variable in class org.mule.runtime.module.xml.transformer.XStreamFactory
 
XSTREAM_DOM_DRIVER - Static variable in class org.mule.runtime.module.xml.transformer.XStreamFactory
 
XSTREAM_JDOM_DRIVER - Static variable in class org.mule.runtime.module.xml.transformer.XStreamFactory
 
XSTREAM_STAX_DRIVER - Static variable in class org.mule.runtime.module.xml.transformer.XStreamFactory
 
XSTREAM_XPP_DRIVER - Static variable in class org.mule.runtime.module.xml.transformer.XStreamFactory
 
XStreamFactory - Class in org.mule.runtime.module.xml.transformer
Initializes the XStream utility for converting Objects to XML and XML to Objects.
XStreamFactory() - Constructor for class org.mule.runtime.module.xml.transformer.XStreamFactory
 
XStreamFactory(String, Map<String, Class<?>>, Set<Class<? extends Converter>>) - Constructor for class org.mule.runtime.module.xml.transformer.XStreamFactory
 
XStreamWireFormat - Class in org.mule.runtime.module.xml.transformer.wire
Serializes objects using XStream.
XStreamWireFormat() - Constructor for class org.mule.runtime.module.xml.transformer.wire.XStreamWireFormat
 
XStreamWireFormat(String, Map, Set) - Constructor for class org.mule.runtime.module.xml.transformer.wire.XStreamWireFormat
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.