@Deprecated public class JaxenFilter extends Object implements Filter, MuleContextAware
JaxenFilter evaluates an XPath expression against an XML document
using Jaxen.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Deprecated.
|
| Constructor and Description |
|---|
JaxenFilter()
Deprecated.
|
JaxenFilter(String pattern)
Deprecated.
|
JaxenFilter(String pattern,
String expectedValue)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MuleMessage obj)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Map |
getContextProperties()
Deprecated.
|
protected org.jaxen.dom4j.Dom4jXPath |
getDom4jXPath()
Deprecated.
|
protected org.jaxen.dom.DOMXPath |
getDOMXPath()
Deprecated.
|
String |
getExpectedValue()
Deprecated.
|
org.apache.commons.jxpath.AbstractFactory |
getFactory()
Deprecated.
|
protected org.jaxen.javabean.JavaBeanXPath |
getJavaBeanXPath()
Deprecated.
|
Map<String,String> |
getNamespaces()
Deprecated.
|
String |
getPattern()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setContextProperties(Map contextProperties)
Deprecated.
|
void |
setExpectedValue(String expectedValue)
Deprecated.
Sets the expected result value of the XPath expression
|
void |
setFactory(org.apache.commons.jxpath.AbstractFactory factory)
Deprecated.
|
void |
setMuleContext(MuleContext context)
Deprecated.
|
void |
setNamespaces(Map<String,String> namespaces)
Deprecated.
|
void |
setPattern(String pattern)
Deprecated.
|
public JaxenFilter()
public JaxenFilter(String pattern)
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic boolean accept(MuleMessage obj)
protected org.jaxen.dom.DOMXPath getDOMXPath()
throws org.jaxen.JaxenException
org.jaxen.JaxenExceptionprotected org.jaxen.dom4j.Dom4jXPath getDom4jXPath()
throws org.jaxen.JaxenException
org.jaxen.JaxenExceptionprotected org.jaxen.javabean.JavaBeanXPath getJavaBeanXPath()
throws org.jaxen.JaxenException
org.jaxen.JaxenExceptionpublic String getPattern()
public void setPattern(String pattern)
pattern - The XPath expressionpublic String getExpectedValue()
public void setExpectedValue(String expectedValue)
public Map getContextProperties()
public void setContextProperties(Map contextProperties)
public org.apache.commons.jxpath.AbstractFactory getFactory()
public void setFactory(org.apache.commons.jxpath.AbstractFactory factory)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.