element <jxpath-extractor-transformer>
Namespace:
Type:
Content:
complex, 8 attributes, 1 element
Subst.Gr:
Defined:
globally in mule-xml.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<jxpath-extractor-transformer
    name
 = 
(xsd:string | xsd:NMTOKEN)
    returnClass
 = 
xsd:string
    ignoreBadInput
 = 
(xsd:string | xsd:boolean)
    mimeType
 = 
xsd:string
    encoding
 = 
xsd:string
    expression
 = 
xsd:string
    outputType
 = 
("VALUE" | "XML" | "NODE")
    singleResult
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
namespace*
</jxpath-extractor-transformer>
Content model elements (1):
May be included in elements by substitutions (127):
mule:response (type anonymous),
mule:response (type anonymous),
Annotation
The JXPathExtractor is a simple transformer that evaluates an XPath expression against the given bean and returns the result. By default, a single result will be returned. If multiple values are expected, set the {{singleResult}} property to {{false}}. In this case a {{List}} of values will be returned. Note the property is currently ignored for non-String/XML payloads.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="jxpath-extractor-transformer" substitutionGroup="mule:abstract-transformer" type="jxpathExtractorType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.