summaryrefslogtreecommitdiff
path: root/framework/inc/xml/xmlnamespaces.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/xmlnamespaces.hxx')
-rw-r--r--framework/inc/xml/xmlnamespaces.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/inc/xml/xmlnamespaces.hxx b/framework/inc/xml/xmlnamespaces.hxx
index c7c7f2864769..bc075417fea1 100644
--- a/framework/inc/xml/xmlnamespaces.hxx
+++ b/framework/inc/xml/xmlnamespaces.hxx
@@ -35,17 +35,21 @@ class FWE_DLLPUBLIC XMLNamespaces final
XMLNamespaces( const XMLNamespaces& );
~XMLNamespaces();
+ /// @throws css::xml::sax::SAXException
void addNamespace( const OUString& aName, const OUString& aValue )
throw( css::xml::sax::SAXException );
+ /// @throws css::xml::sax::SAXException
OUString applyNSToAttributeName( const OUString& ) const
throw( css::xml::sax::SAXException, std::exception );
+ /// @throws css::xml::sax::SAXException
OUString applyNSToElementName( const OUString& ) const
throw( css::xml::sax::SAXException, std::exception );
private:
typedef ::std::map< OUString, OUString > NamespaceMap;
+ /// @throws css::xml::sax::SAXException
OUString getNamespaceValue( const OUString& aNamespace ) const
throw( css::xml::sax::SAXException );