LibreOffice Module xmloff (master)
1
|
#include <xmlimp.hxx>
Classes | |
struct | NamespaceDefine |
Public Member Functions | |
SvXMLImportFastNamespaceHandler () | |
void | addNSDeclAttributes (rtl::Reference< comphelper::AttributeList > const &rAttrList) |
virtual void SAL_CALL | registerNamespace (const OUString &rNamespacePrefix, const OUString &rNamespaceURI) override |
virtual OUString SAL_CALL | getNamespaceURI (const OUString &rNamespacePrefix) override |
Private Attributes | |
std::vector< std::unique_ptr< NamespaceDefine > > | m_aNamespaceDefines |
Definition at line 128 of file xmlimp.hxx.
SvXMLImportFastNamespaceHandler::SvXMLImportFastNamespaceHandler | ( | ) |
Definition at line 2087 of file xmlimp.cxx.
void SvXMLImportFastNamespaceHandler::addNSDeclAttributes | ( | rtl::Reference< comphelper::AttributeList > const & | rAttrList | ) |
Definition at line 2091 of file xmlimp.cxx.
References m_aNamespaceDefines.
|
overridevirtual |
Definition at line 2119 of file xmlimp.cxx.
|
overridevirtual |
Definition at line 2107 of file xmlimp.cxx.
References SvXMLImport::getNamespacePrefixFromURI(), and m_aNamespaceDefines.
|
private |
Definition at line 138 of file xmlimp.hxx.
Referenced by addNSDeclAttributes(), and registerNamespace().