Class DomXmlDataFormatReader
java.lang.Object
org.camunda.spin.spi.TextBasedDataFormatReader
org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatReader
- All Implemented Interfaces:
DataFormatReader
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected DocumentBuilder
protected Pattern
Read (or parse) a reader into this data format's input structure.Methods inherited from class org.camunda.spin.spi.TextBasedDataFormatReader
canRead
-
Field Details
-
dataFormat
-
-
Constructor Details
-
DomXmlDataFormatReader
-
-
Method Details
-
readInput
Description copied from interface:DataFormatReader
Read (or parse) a reader into this data format's input structure. For example, an Xml-Based data format may return an internal tree structure which can be used for traversing the xml tree.- Parameters:
input
- aReader
providing the data source- Returns:
- the read or parsed input
-
getDocumentBuilder
- Returns:
- the DocumentBuilder used by this reader
-
getInputDetectionPattern
- Specified by:
getInputDetectionPattern
in classTextBasedDataFormatReader
-