public class StringToXmlDocumentParser extends ObjectWithReflectiveEqualsHashCodeToString
Modifier and Type | Class and Description |
---|---|
static interface |
StringToXmlDocumentParser.ErrorLogger |
Constructor and Description |
---|
StringToXmlDocumentParser() |
Modifier and Type | Method and Description |
---|---|
Document |
buildDocument(String matched,
StringToXmlDocumentParser.ErrorLogger errorLogger) |
String |
normaliseXmlString(String matched,
StringToXmlDocumentParser.ErrorLogger errorLogger) |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
public String normaliseXmlString(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger) throws IOException, SAXException, ParserConfigurationException, TransformerException
public Document buildDocument(String matched, StringToXmlDocumentParser.ErrorLogger errorLogger) throws ParserConfigurationException, IOException, SAXException
Copyright © 2018. All rights reserved.