Package org.beanio.stream.xml
Interface XmlStreamConfiguration
-
public interface XmlStreamConfiguration
This interface provides access to the XMl stream definition for XMLRecordReaderFactory
classes that implementXmlStreamConfigurationAware
.- Since:
- 1.1
- See Also:
XmlStreamConfigurationAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.Document
getDocument()
Returns the base document object model that defines the group structure of the XML read from an input stream.
-