Package com.independentsoft.office.odf
Class InternalXMLStreamReader
java.lang.Object
com.independentsoft.office.odf.InternalXMLStreamReader
The Class InternalXMLStreamReader.
-
Constructor Summary
ConstructorsConstructorDescriptionInternalXMLStreamReader(InputStream inputStream)Instantiates a new internal xml stream reader.InternalXMLStreamReader(InputStream inputStream, Document mainDocument)Instantiates a new internal xml stream reader. -
Method Summary
-
Constructor Details
-
InternalXMLStreamReader
Instantiates a new internal xml stream reader.- Parameters:
inputStream- the input stream- Throws:
XMLStreamException- the xML stream exception
-
InternalXMLStreamReader
public InternalXMLStreamReader(InputStream inputStream, Document mainDocument) throws XMLStreamExceptionInstantiates a new internal xml stream reader.- Parameters:
inputStream- the input streammainDocument- the main document- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
get
Gets the.- Returns:
- the xML stream reader
-
getMainDocument
Gets the main document.- Returns:
- the main document
-