public class StringToXmlDocumentParser extends ObjectWithReflectiveEqualsHashCodeToString
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringToXmlDocumentParser.ErrorLogger |
logger| Constructor and Description |
|---|
StringToXmlDocumentParser() |
| Modifier and Type | Method and Description |
|---|---|
Document |
buildDocument(String matched,
StringToXmlDocumentParser.ErrorLogger errorLogger) |
String |
normaliseXmlString(String matched,
StringToXmlDocumentParser.ErrorLogger errorLogger) |
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toStringpublic 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.