Package org.mockserver.xml
Class StringToXmlDocumentParser
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.xml.StringToXmlDocumentParser
- Author:
- jamesdbloom
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildDocument(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger) buildDocument(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger, boolean namespaceAware) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
StringToXmlDocumentParser
public StringToXmlDocumentParser()
-
-
Method Details
-
buildDocument
public Document buildDocument(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger) throws ParserConfigurationException, IOException, SAXException -
buildDocument
public Document buildDocument(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger, boolean namespaceAware) throws ParserConfigurationException, IOException, SAXException
-