Package org.mule.module.xml.filters

Filters that apply specifically to xml using xml querying mechanisms.

See:
          Description

Class Summary
AbstractJaxpFilter Common filter functionality for filters which need to convert payloads to Documents.
IsXmlFilter IsXmlFilter accepts a String or byte[] if its contents are valid (well-formed) XML.
JaxenFilter JaxenFilter evaluates an XPath expression against an XML document using Jaxen.
JXPathFilter JXPathFilter evaluates an XPath expression against a W3C Document, XML string, or Java bean and returns true if the result is as expected.
SchemaValidationFilter Filter for schema validation.
XPathFilter  
 

Package org.mule.module.xml.filters Description

Filters that apply specifically to xml using xml querying mechanisms.



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.