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 DocumentBuilder |
getDocumentBuilder() |
protected Pattern |
getInputDetectionPattern() |
Element |
readInput(Reader input)
Read (or parse) a reader into this data format's input structure.
|
canReadprotected DomXmlDataFormat dataFormat
public DomXmlDataFormatReader(DomXmlDataFormat dataFormat)
public Element readInput(Reader input)
DataFormatReaderinput - a Reader providing the data sourceprotected DocumentBuilder getDocumentBuilder()
protected Pattern getInputDetectionPattern()
getInputDetectionPattern in class TextBasedDataFormatReaderCopyright © 2014–2020 Camunda Services GmbH. All rights reserved.