Package org.mockserver.xml
Class XPathEvaluator
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.xml.XPathEvaluator
-
Constructor Summary
ConstructorsConstructorDescriptionXPathEvaluator(String expression, Map<String, String> namespacePrefixes) XPathEvaluator(String expression, Map<String, String> namespacePrefixes, Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionevaluateXPathExpression(String xmlAsString, StringToXmlDocumentParser.ErrorLogger errorLogger, QName returnType) protected String[]Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, hashCode, toString
-
Constructor Details
-
XPathEvaluator
-
XPathEvaluator
public XPathEvaluator(String expression, Map<String, String> namespacePrefixes, Configuration configuration)
-
-
Method Details
-
fieldsExcludedFromEqualsAndHashCode
- Overrides:
fieldsExcludedFromEqualsAndHashCodein classObjectWithReflectiveEqualsHashCodeToString
-
evaluateXPathExpression
public Object evaluateXPathExpression(String xmlAsString, StringToXmlDocumentParser.ErrorLogger errorLogger, QName returnType)
-