LibreOffice Module xmloff (master) 1
Classes | Public Member Functions | Private Attributes | List of all members
SvXMLImportFastNamespaceHandler Class Referencefinal

#include <xmlimp.hxx>

Inheritance diagram for SvXMLImportFastNamespaceHandler:
[legend]
Collaboration diagram for SvXMLImportFastNamespaceHandler:
[legend]

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< NamespaceDefinem_aNamespaceDefines
 

Detailed Description

Definition at line 129 of file xmlimp.hxx.

Constructor & Destructor Documentation

◆ SvXMLImportFastNamespaceHandler()

SvXMLImportFastNamespaceHandler::SvXMLImportFastNamespaceHandler ( )

Definition at line 2134 of file xmlimp.cxx.

Member Function Documentation

◆ addNSDeclAttributes()

void SvXMLImportFastNamespaceHandler::addNSDeclAttributes ( rtl::Reference< comphelper::AttributeList > const &  rAttrList)

Definition at line 2138 of file xmlimp.cxx.

References m_aNamespaceDefines.

◆ getNamespaceURI()

OUString SvXMLImportFastNamespaceHandler::getNamespaceURI ( const OUString &  rNamespacePrefix)
overridevirtual

Definition at line 2166 of file xmlimp.cxx.

◆ registerNamespace()

void SvXMLImportFastNamespaceHandler::registerNamespace ( const OUString &  rNamespacePrefix,
const OUString &  rNamespaceURI 
)
overridevirtual

Definition at line 2154 of file xmlimp.cxx.

References m_aNamespaceDefines.

Member Data Documentation

◆ m_aNamespaceDefines

std::vector< NamespaceDefine > SvXMLImportFastNamespaceHandler::m_aNamespaceDefines
private

Definition at line 139 of file xmlimp.hxx.

Referenced by addNSDeclAttributes(), and registerNamespace().


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