LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Attributes | List of all members
dbaccess::StorageXMLInputStream Class Reference

#include <storagexmlstream.hxx>

Public Member Functions

 StorageXMLInputStream (const css::uno::Reference< css::uno::XComponentContext > &i_rContext, const css::uno::Reference< css::embed::XStorage > &i_rParentStorage, const OUString &i_rStreamName)
 
 ~StorageXMLInputStream ()
 
void import (const css::uno::Reference< css::xml::sax::XDocumentHandler > &i_rHandler)
 
 StorageXMLInputStream (const StorageXMLInputStream &)=delete
 
StorageXMLInputStreamoperator= (const StorageXMLInputStream &)=delete
 

Private Attributes

css::uno::Reference< css::xml::sax::XParser > m_xParser
 
css::uno::Reference< css::io::XInputStream > m_xInputStream
 

Detailed Description

Definition at line 65 of file storagexmlstream.hxx.

Constructor & Destructor Documentation

◆ StorageXMLInputStream() [1/2]

dbaccess::StorageXMLInputStream::StorageXMLInputStream ( const css::uno::Reference< css::uno::XComponentContext > &  i_rContext,
const css::uno::Reference< css::embed::XStorage > &  i_rParentStorage,
const OUString &  i_rStreamName 
)

◆ ~StorageXMLInputStream()

dbaccess::StorageXMLInputStream::~StorageXMLInputStream ( )

Definition at line 133 of file storagexmlstream.cxx.

◆ StorageXMLInputStream() [2/2]

dbaccess::StorageXMLInputStream::StorageXMLInputStream ( const StorageXMLInputStream )
delete

Member Function Documentation

◆ import()

void dbaccess::StorageXMLInputStream::import ( const css::uno::Reference< css::xml::sax::XDocumentHandler > &  i_rHandler)

◆ operator=()

StorageXMLInputStream & dbaccess::StorageXMLInputStream::operator= ( const StorageXMLInputStream )
delete

Member Data Documentation

◆ m_xInputStream

css::uno::Reference< css::io::XInputStream > dbaccess::StorageXMLInputStream::m_xInputStream
private

Definition at line 84 of file storagexmlstream.hxx.

◆ m_xParser

css::uno::Reference< css::xml::sax::XParser > dbaccess::StorageXMLInputStream::m_xParser
private

Definition at line 83 of file storagexmlstream.hxx.


The documentation for this class was generated from the following files: