org.mule.module.xml.expression
Class XPathBranchExpressionEvaluator
java.lang.Object
org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
org.mule.module.xml.expression.XPathExpressionEvaluator
org.mule.module.xml.expression.XPathBranchExpressionEvaluator
- All Implemented Interfaces:
- MuleContextAware, ExpressionEvaluator, Disposable, Initialisable, NamedObject
public class XPathBranchExpressionEvaluator
- extends XPathExpressionEvaluator
Methods inherited from class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator |
addNamespaces, dispose, evaluate, extractResultsFromNodes, getMuleContext, getNamespaceManager, getPayloadForXPath, getXPath, initialise, inject, setMuleContext, setNamespaceManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
XPathBranchExpressionEvaluator
public XPathBranchExpressionEvaluator()
extractResultFromNode
protected Object extractResultFromNode(Object result)
- Overrides:
extractResultFromNode
in class XPathExpressionEvaluator
getName
public String getName()
- Gets the name of the object
- Specified by:
getName
in interface NamedObject
- Overrides:
getName
in class XPathExpressionEvaluator
- Returns:
- the name of the object
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.