LibreOffice Module xmloff (master) 1
|
#include <namespacemap.hxx>
Public Member Functions | |
bool | operator== (NameSpaceEntry const &rhs) const |
Public Attributes | |
OUString | sName |
OUString | sPrefix |
sal_uInt16 | nKey |
Definition at line 41 of file namespacemap.hxx.
|
inline |
Definition at line 51 of file namespacemap.hxx.
sal_uInt16 NameSpaceEntry::nKey |
Definition at line 49 of file namespacemap.hxx.
Referenced by SvXMLNamespaceMap::GetKeyByQName(), and operator==().
OUString NameSpaceEntry::sName |
Definition at line 45 of file namespacemap.hxx.
Referenced by SvXMLNamespaceMap::GetKeyByQName(), and operator==().
OUString NameSpaceEntry::sPrefix |
Definition at line 47 of file namespacemap.hxx.
Referenced by SvXMLNamespaceMap::GetKeyByQName(), and operator==().