Package org.beanio.internal.parser.format.xml
Parser implementation for the XML stream format.
-
Interface Summary Interface Description XmlNode -
Class Summary Class Description XmlAttributeField AFieldFormat
for a field in an XML formatted stream parsed as an attribute of its parent.XmlElementField AFieldFormat
for a field in an XML formatted stream parsed as an element of its parent.XmlFieldFormat Base class for XMLFieldFormat
implementations.XmlMarshallingContext AMarshallingContext
for XML records.XmlNodeUtil Utility class for working with a document object model and anXmlNode
.XmlSelectorWrapper XmlStreamFormat AStreamFormatSupport
implementation for the XML stream format.XmlTextField XmlUnmarshallingContext AnUnmarshallingContext
for an XML formatted record.XmlWrapper