Package org.mockserver.matchers
Class StringToXmlDocumentParser
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.matchers.StringToXmlDocumentParser
-
public class StringToXmlDocumentParser extends ObjectWithReflectiveEqualsHashCodeToString
- Author:
- jamesdbloom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StringToXmlDocumentParser.ErrorLogger
-
Constructor Summary
Constructors Constructor Description StringToXmlDocumentParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
buildDocument(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger)
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Method Detail
-
buildDocument
public Document buildDocument(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger) throws ParserConfigurationException, IOException, SAXException
-
-