element <xpath-extractor-transformer> (global)
Namespace:
Type:
Content:
complex, 7 attributes, attr. wildcard, 2 elements
Subst.Gr:
Defined:
globally in mule-xml.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<xpath-extractor-transformer
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
("NODESET" | "NODE" | "STRING" | "BOOLEAN" | "NUMBER")
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, namespace*
</xpath-extractor-transformer>
Content model elements (2):
mule:annotations, namespace
May be included in elements by substitutions (133):
endpoint, mule:dead-letter-queue,
Annotation
The XPathExtractor is a simple transformer that evaluates an XPath expression using the JAXP libraries against the given bean and returns the result. By default, a String of the result will be returned. To return a Node, NodeSet, Boolean or Number result, the {{resultType}} attribute can be set.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="xpath-extractor-transformer" substitutionGroup="mule:abstract-transformer" type="xpathExtractorType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.