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