Package org.beanio.stream.xml
XML record parser implementation.
-
Interface Summary Interface Description XmlStreamConfiguration This interface provides access to the XMl stream definition for XMLRecordReaderFactory
classes that implementXmlStreamConfigurationAware
.XmlStreamConfigurationAware This callback interface can be implemented byRecordReader
implementations for XML formatted streams that wish to obtain configuration information from the XML stream definition. -
Class Summary Class Description XmlParserConfiguration Stores configuration settings for parsing XML formatted streams.XmlReader AXmlReader
is used to read records from a XML input stream.XmlRecordMarshaller ARecordMarshaller
implementation for XML formatted records.XmlRecordParserFactory DefaultRecordParserFactory
for the XML stream format.XmlRecordUnmarshaller ARecordUnmarshaller
implementation for XML formatted records.XmlWriter AXmlWriter
is used to write records to a XML output stream.