LibreOffice Module lotuswordpro (master) 1
|
#include <xfsaxattrlist.hxx>
Public Member Functions | |
XFSaxAttrList () | |
virtual | ~XFSaxAttrList () override |
virtual void | AddAttribute (const OUString &name, const OUString &value) override |
@descr: Add an attribute to the attribute list. More... | |
virtual void | Clear () override |
@descr: Clear all the attributes in the attribute list. More... | |
css::uno::Reference< css::xml::sax::XAttributeList > | GetAttributeList () const |
Public Member Functions inherited from IXFAttrList | |
virtual | ~IXFAttrList () |
virtual void | AddAttribute (const OUString &name, const OUString &value)=0 |
@descr: Add an attribute to the attribute list. More... | |
virtual void | Clear ()=0 |
@descr: Clear all the attributes in the attribute list. More... | |
Private Attributes | |
rtl::Reference< comphelper::AttributeList > | m_xSvAttrList |
Friends | |
class | XFSaxStream |
Definition at line 75 of file xfsaxattrlist.hxx.
XFSaxAttrList::XFSaxAttrList | ( | ) |
Definition at line 63 of file xfsaxattrlist.cxx.
|
overridevirtual |
Definition at line 68 of file xfsaxattrlist.cxx.
|
overridevirtual |
@descr: Add an attribute to the attribute list.
Implements IXFAttrList.
Definition at line 70 of file xfsaxattrlist.cxx.
References m_xSvAttrList, name, and value.
|
overridevirtual |
@descr: Clear all the attributes in the attribute list.
Implements IXFAttrList.
Definition at line 75 of file xfsaxattrlist.cxx.
References m_xSvAttrList.
css::uno::Reference< css::xml::sax::XAttributeList > XFSaxAttrList::GetAttributeList | ( | ) | const |
Definition at line 77 of file xfsaxattrlist.cxx.
References m_xSvAttrList.
|
friend |
Definition at line 90 of file xfsaxattrlist.hxx.
|
private |
Definition at line 93 of file xfsaxattrlist.hxx.
Referenced by AddAttribute(), Clear(), and GetAttributeList().