virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override
const OUString & GetFilterServiceName() const
const OUString & GetFilterCLSID() const
css::uno::Reference< css::xml::sax::XFastDocumentHandler > mxFastHandler
XMLEmbeddedObjectImportContext(SvXMLImport &rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
virtual void SAL_CALL endFastElement(sal_Int32 nElement) override
endFastElement is called before a context will be destructed, but after an elements context has been ...
virtual void SAL_CALL startFastElement(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
virtual void SAL_CALL characters(const OUString &rChars) override
This method is called for all characters that are contained in the current element.
This class deliberately does not support XWeak, to improve performance when loading large documents...
css::uno::Reference< css::lang::XComponent > xComp
void SetComponent(css::uno::Reference< css::lang::XComponent > const &rComp)
virtual ~XMLEmbeddedObjectImportContext() override