org.mockserver.matchers
Class XmlStringMatcher
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.matchers.NotMatcher<MatchedType>
org.mockserver.matchers.BodyMatcher<NottableString>
org.mockserver.matchers.XmlStringMatcher
- All Implemented Interfaces:
- Matcher<NottableString>
public class XmlStringMatcher
- extends BodyMatcher<NottableString>
- Author:
- jamesdbloom
| Methods inherited from class org.mockserver.matchers.NotMatcher |
not |
XmlStringMatcher
public XmlStringMatcher(String matcher)
XmlStringMatcher
public XmlStringMatcher(NottableString matcher)
normaliseXmlString
public String normaliseXmlString(String input)
throws ParserConfigurationException,
SAXException,
IOException
- Throws:
ParserConfigurationException
SAXException
IOException
normaliseXmlNottableString
public NottableString normaliseXmlNottableString(NottableString input)
throws IOException,
SAXException,
ParserConfigurationException
- Throws:
IOException
SAXException
ParserConfigurationException
matches
public boolean matches(String matched)
matches
public boolean matches(NottableString matched)
Copyright © 2016. All rights reserved.