Interface | Description |
---|---|
XmlStreamConfiguration |
This interface provides access to the XMl stream definition for XML
RecordReaderFactory classes that implement XmlStreamConfigurationAware.
|
XmlStreamConfigurationAware |
This callback interface can be implemented by RecordReader implementations
for XML formatted streams that wish to obtain configuration information from the
XML stream definition.
|
Class | Description |
---|---|
XmlParserConfiguration |
Stores configuration settings for parsing XML formatted streams.
|
XmlReader |
A XmlReader is used to read records from a XML input stream.
|
XmlRecordMarshaller |
A
RecordMarshaller implementation for XML formatted records. |
XmlRecordParserFactory |
Default
RecordParserFactory for the XML stream format. |
XmlRecordUnmarshaller |
A
RecordUnmarshaller implementation for XML formatted records. |
XmlWriter |
A XmlWriter is used to write records to a XML output stream.
|