LibreOffice Module oox (master) 1
|
A map that contains all XML namespace URLs used in the filters. More...
#include <namespacemap.hxx>
Public Types | |
typedef std::map< sal_Int32, OUString >::iterator | iterator |
typedef std::map< sal_Int32, OUString >::const_iterator | const_iterator |
Public Member Functions | |
NamespaceMap () | |
Public Attributes | |
std::map< sal_Int32, OUString > | maTransitionalNamespaceMap |
std::map< sal_Int32, OUString > | maStrictNamespaceMap |
A map that contains all XML namespace URLs used in the filters.
Definition at line 31 of file namespacemap.hxx.
typedef std::map<sal_Int32,OUString>::const_iterator oox::NamespaceMap::const_iterator |
Definition at line 39 of file namespacemap.hxx.
typedef std::map<sal_Int32,OUString>::iterator oox::NamespaceMap::iterator |
Definition at line 38 of file namespacemap.hxx.
oox::NamespaceMap::NamespaceMap | ( | ) |
Definition at line 24 of file namespacemap.cxx.
References maStrictNamespaceMap, and maTransitionalNamespaceMap.
std::map<sal_Int32, OUString> oox::NamespaceMap::maStrictNamespaceMap |
Definition at line 34 of file namespacemap.hxx.
Referenced by NamespaceMap(), and oox::core::FastParser::registerNamespace().
std::map<sal_Int32, OUString> oox::NamespaceMap::maTransitionalNamespaceMap |
Definition at line 33 of file namespacemap.hxx.
Referenced by NamespaceMap(), and oox::core::FastParser::registerNamespace().