public class DomXmlDataFormatReader extends TextBasedDataFormatReader
| Modifier and Type | Field and Description |
|---|---|
protected DomXmlDataFormat |
dataFormat |
| Constructor and Description |
|---|
DomXmlDataFormatReader(DomXmlDataFormat dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.xml.parsers.DocumentBuilder |
getDocumentBuilder() |
protected java.util.regex.Pattern |
getInputDetectionPattern() |
org.w3c.dom.Element |
readInput(java.io.Reader input) |
canReadprotected DomXmlDataFormat dataFormat
public DomXmlDataFormatReader(DomXmlDataFormat dataFormat)
public org.w3c.dom.Element readInput(java.io.Reader input)
protected javax.xml.parsers.DocumentBuilder getDocumentBuilder()
protected java.util.regex.Pattern getInputDetectionPattern()
getInputDetectionPattern in class TextBasedDataFormatReaderCopyright © 2014–2022 Camunda Services GmbH. All rights reserved.