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