|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AbstractXStreamTransformer is a base class for all XStream based
transformers. AbstractXmlTransformer offers some XSLT transform on a DOM (or
other XML-ish) object.DomDocumentToXml Transform a org.w3c.dom.Document to XML StringFilteringXmlMessageSplitter will split a DOM4J document into nodes
based on the "splitExpression" property. getExpectedValue().
IsXmlFilter accepts a String or byte[] if its contents are valid
(well-formed) XML.JXPathFilter evaluates an XPath expression against a W3C Document,
XML string, or Java bean and returns true if the result is as expected.org.mule.routing.filters.xml.JXPathFilter
instead.JXPathNormalizerInterceptor can be used as a simple pre/post
message transformer for a given component. ObjectToXml converts any object to XML using Xstream. #expression evaluation, set
this to false.
setExpectedValue(String expectedValue).
XmlToDomDocument transforms a XML String to org.w3c.dom.Document.XmlToObject converts xml created by the ObjectToXml transformer in
to a java object graph. XsltTransformer performs an XSLT transform on a DOM (or other
XML-ish) object.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||