public class XmlStringMatcher extends BodyMatcher<NottableString>
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
fieldsExcludedFromEqualsAndHashCode() |
boolean |
matches(HttpRequest context,
NottableString matched) |
boolean |
matches(String matched) |
NottableString |
normaliseXmlNottableString(NottableString input) |
String |
normaliseXmlString(String input) |
notequals, hashCode, toStringpublic String normaliseXmlString(String input) throws ParserConfigurationException, SAXException, IOException, TransformerException
public NottableString normaliseXmlNottableString(NottableString input) throws IOException, SAXException, ParserConfigurationException, TransformerException
public boolean matches(String matched)
public boolean matches(HttpRequest context, NottableString matched)
protected String[] fieldsExcludedFromEqualsAndHashCode()
fieldsExcludedFromEqualsAndHashCode in class ObjectWithReflectiveEqualsHashCodeToStringCopyright © 2020. All rights reserved.