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

#include <namespacemap.hxx>

Public Member Functions

bool operator== (NameSpaceEntry const &rhs) const
 

Public Attributes

OUString m_sName
 
OUString m_sPrefix
 
sal_uInt16 m_nKey
 

Detailed Description

Definition at line 41 of file namespacemap.hxx.

Member Function Documentation

◆ operator==()

bool NameSpaceEntry::operator== ( NameSpaceEntry const &  rhs) const
inline

Definition at line 51 of file namespacemap.hxx.

References m_nKey, m_sName, and m_sPrefix.

Member Data Documentation

◆ m_nKey

sal_uInt16 NameSpaceEntry::m_nKey

Definition at line 49 of file namespacemap.hxx.

Referenced by SvXMLNamespaceMap::GetKeyByQName(), and operator==().

◆ m_sName

OUString NameSpaceEntry::m_sName

Definition at line 45 of file namespacemap.hxx.

Referenced by SvXMLNamespaceMap::GetKeyByQName(), and operator==().

◆ m_sPrefix

OUString NameSpaceEntry::m_sPrefix

Definition at line 47 of file namespacemap.hxx.

Referenced by SvXMLNamespaceMap::GetKeyByQName(), and operator==().


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