BeanIO 1.2.3

org.beanio.stream.xml
Interface XmlStreamConfiguration


public interface XmlStreamConfiguration

This interface provides access to the XMl stream definition for XML RecordReaderFactory classes that implement XmlStreamConfigurationAware.

Since:
1.1
Author:
Kevin Seim
See Also:
XmlStreamConfigurationAware

Method Summary
 Document getDocument()
          Returns the base document object model that defines the group structure of the XML read from an input stream.
 

Method Detail

getDocument

Document getDocument()
Returns the base document object model that defines the group structure of the XML read from an input stream. The returned DOM object should only be used to parse a single stream.

Returns:
the base document object model

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim