LibreOffice Module framework (master) 1
|
#include <xmlnamespaces.hxx>
Public Member Functions | |
void | addNamespace (const OUString &aName, const OUString &aValue) |
OUString | applyNSToAttributeName (const OUString &) const |
OUString | applyNSToElementName (const OUString &) const |
Private Types | |
typedef ::std::map< OUString, OUString > | NamespaceMap |
Private Member Functions | |
OUString const & | getNamespaceValue (const OUString &aNamespace) const |
Private Attributes | |
OUString | m_aDefaultNamespace |
NamespaceMap | m_aNamespaceMap |
Definition at line 29 of file xmlnamespaces.hxx.
|
private |
Definition at line 41 of file xmlnamespaces.hxx.
void framework::XMLNamespaces::addNamespace | ( | const OUString & | aName, |
const OUString & | aValue | ||
) |
css::xml::sax::SAXException |
Definition at line 30 of file xmlnamespaces.cxx.
References aName, Any, m_aDefaultNamespace, m_aNamespaceMap, and p.
Referenced by framework::SaxNamespaceFilter::startElement().
OUString framework::XMLNamespaces::applyNSToAttributeName | ( | const OUString & | aName | ) | const |
css::xml::sax::SAXException |
Definition at line 80 of file xmlnamespaces.cxx.
References aName, Any, getNamespaceValue(), and index.
Referenced by framework::SaxNamespaceFilter::startElement().
OUString framework::XMLNamespaces::applyNSToElementName | ( | const OUString & | aName | ) | const |
css::xml::sax::SAXException |
Definition at line 99 of file xmlnamespaces.cxx.
References aName, Any, getNamespaceValue(), index, and m_aDefaultNamespace.
Referenced by framework::SaxNamespaceFilter::endElement(), and framework::SaxNamespaceFilter::startElement().
|
private |
css::xml::sax::SAXException |
Definition at line 134 of file xmlnamespaces.cxx.
References Any, m_aDefaultNamespace, m_aNamespaceMap, and p.
Referenced by applyNSToAttributeName(), and applyNSToElementName().
|
private |
Definition at line 46 of file xmlnamespaces.hxx.
Referenced by addNamespace(), applyNSToElementName(), and getNamespaceValue().
|
private |
Definition at line 47 of file xmlnamespaces.hxx.
Referenced by addNamespace(), and getNamespaceValue().