LibreOffice Module oox (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
oox::NamespaceMap Struct Reference

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
 

Detailed Description

A map that contains all XML namespace URLs used in the filters.

Definition at line 31 of file namespacemap.hxx.

Member Typedef Documentation

◆ const_iterator

typedef std::map<sal_Int32,OUString>::const_iterator oox::NamespaceMap::const_iterator

Definition at line 39 of file namespacemap.hxx.

◆ iterator

typedef std::map<sal_Int32,OUString>::iterator oox::NamespaceMap::iterator

Definition at line 38 of file namespacemap.hxx.

Constructor & Destructor Documentation

◆ NamespaceMap()

oox::NamespaceMap::NamespaceMap ( )

Definition at line 24 of file namespacemap.cxx.

References maStrictNamespaceMap, and maTransitionalNamespaceMap.

Member Data Documentation

◆ maStrictNamespaceMap

std::map<sal_Int32, OUString> oox::NamespaceMap::maStrictNamespaceMap

Definition at line 34 of file namespacemap.hxx.

Referenced by NamespaceMap(), and oox::core::FastParser::registerNamespace().

◆ maTransitionalNamespaceMap

std::map<sal_Int32, OUString> oox::NamespaceMap::maTransitionalNamespaceMap

Definition at line 33 of file namespacemap.hxx.

Referenced by NamespaceMap(), and oox::core::FastParser::registerNamespace().


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