LibreOffice Module xmloff (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
XMLPersAttrListTContext Class Reference

#include <PersAttrListTContext.hxx>

Inheritance diagram for XMLPersAttrListTContext:
[legend]
Collaboration diagram for XMLPersAttrListTContext:
[legend]

Public Member Functions

 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName)
 
 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nActionMap)
 
 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken)
 
 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken, sal_uInt16 nActionMap)
 
virtual rtl::Reference< XMLTransformerContextCreateChildContext (sal_uInt16 nPrefix, const OUString &rLocalName, const OUString &rQName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
 
virtual void StartElement (const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
 
virtual void EndElement () override
 
virtual void Characters (const OUString &rChars) override
 
virtual bool IsPersistent () const override
 
virtual void Export () override
 
virtual void ExportContent () override
 
const OUString & GetExportQName () const
 
void AddAttribute (sal_uInt16 nAPrefix, ::xmloff::token::XMLTokenEnum eAToken, ::xmloff::token::XMLTokenEnum eVToken)
 
void AddAttribute (sal_uInt16 nAPrefix, ::xmloff::token::XMLTokenEnum eAToken, const OUString &rValue)
 
const css::uno::Reference< css::xml::sax::XAttributeList > & GetAttrList () const
 
- Public Member Functions inherited from XMLTransformerContext
const OUString & GetQName () const
 
bool HasQName (sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken) const
 
bool HasNamespace (sal_uInt16 nPrefix) const
 
 XMLTransformerContext (XMLTransformerBase &rTransformer, OUString aQName)
 
virtual rtl::Reference< XMLTransformerContextCreateChildContext (sal_uInt16 nPrefix, const OUString &rLocalName, const OUString &rQName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList)
 
virtual void StartElement (const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList)
 
virtual void EndElement ()
 
virtual void Characters (const OUString &rChars)
 
virtual bool IsPersistent () const
 
virtual void Export ()
 
virtual void ExportContent ()
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Member Functions

void SetExportQName (const OUString &r)
 
- Protected Member Functions inherited from XMLTransformerContext
XMLTransformerBaseGetTransformer ()
 
const XMLTransformerBaseGetTransformer () const
 
void SetQName (const OUString &rQName)
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

css::uno::Reference< css::xml::sax::XAttributeList > m_xAttrList
 
OUString m_aElemQName
 
sal_uInt16 const m_nActionMap
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 26 of file PersAttrListTContext.hxx.

Constructor & Destructor Documentation

◆ XMLPersAttrListTContext() [1/4]

XMLPersAttrListTContext::XMLPersAttrListTContext ( XMLTransformerBase rTransformer,
const OUString &  rQName 
)

Definition at line 65 of file PersAttrListTContext.cxx.

◆ XMLPersAttrListTContext() [2/4]

XMLPersAttrListTContext::XMLPersAttrListTContext ( XMLTransformerBase rTransformer,
const OUString &  rQName,
sal_uInt16  nActionMap 
)

Definition at line 74 of file PersAttrListTContext.cxx.

◆ XMLPersAttrListTContext() [3/4]

XMLPersAttrListTContext::XMLPersAttrListTContext ( XMLTransformerBase rTransformer,
const OUString &  rQName,
sal_uInt16  nPrefix,
::xmloff::token::XMLTokenEnum  eToken 
)

Definition at line 84 of file PersAttrListTContext.cxx.

◆ XMLPersAttrListTContext() [4/4]

XMLPersAttrListTContext::XMLPersAttrListTContext ( XMLTransformerBase rTransformer,
const OUString &  rQName,
sal_uInt16  nPrefix,
::xmloff::token::XMLTokenEnum  eToken,
sal_uInt16  nActionMap 
)

Definition at line 96 of file PersAttrListTContext.cxx.

Member Function Documentation

◆ AddAttribute() [1/2]

void XMLPersAttrListTContext::AddAttribute ( sal_uInt16  nAPrefix,
::xmloff::token::XMLTokenEnum  eAToken,
::xmloff::token::XMLTokenEnum  eVToken 
)

Definition at line 32 of file PersAttrListTContext.cxx.

References AddAttribute(), and xmloff::token::GetXMLToken().

Referenced by AddAttribute().

◆ AddAttribute() [2/2]

void XMLPersAttrListTContext::AddAttribute ( sal_uInt16  nAPrefix,
::xmloff::token::XMLTokenEnum  eAToken,
const OUString &  rValue 
)

◆ Characters()

void XMLPersAttrListTContext::Characters ( const OUString &  rChars)
overridevirtual

◆ CreateChildContext()

rtl::Reference< XMLTransformerContext > XMLPersAttrListTContext::CreateChildContext ( sal_uInt16  nPrefix,
const OUString &  rLocalName,
const OUString &  rQName,
const css::uno::Reference< css::xml::sax::XAttributeList > &  xAttrList 
)
overridevirtual

◆ EndElement()

void XMLPersAttrListTContext::EndElement ( )
overridevirtual

◆ Export()

void XMLPersAttrListTContext::Export ( )
overridevirtual

◆ ExportContent()

void XMLPersAttrListTContext::ExportContent ( )
overridevirtual

Reimplemented from XMLTransformerContext.

Reimplemented in XMLPersElemContentTContext, XMLPersTextContentTContext, and XMLStyleOASISTContext.

Definition at line 169 of file PersAttrListTContext.cxx.

Referenced by Export().

◆ GetAttrList()

const css::uno::Reference< css::xml::sax::XAttributeList > & XMLPersAttrListTContext::GetAttrList ( ) const
inline

Definition at line 99 of file PersAttrListTContext.hxx.

References m_xAttrList.

Referenced by XMLChartPlotAreaOOoTContext::CreateChildContext().

◆ GetExportQName()

const OUString & XMLPersAttrListTContext::GetExportQName ( ) const
inline

◆ IsPersistent()

bool XMLPersAttrListTContext::IsPersistent ( ) const
overridevirtual

◆ SetExportQName()

void XMLPersAttrListTContext::SetExportQName ( const OUString &  r)
inlineprotected

Definition at line 35 of file PersAttrListTContext.hxx.

References m_aElemQName.

Referenced by XMLNotesTransformerContext::StartElement().

◆ StartElement()

void XMLPersAttrListTContext::StartElement ( const css::uno::Reference< css::xml::sax::XAttributeList > &  xAttrList)
overridevirtual

Member Data Documentation

◆ m_aElemQName

OUString XMLPersAttrListTContext::m_aElemQName
private

Definition at line 30 of file PersAttrListTContext.hxx.

Referenced by Export(), GetExportQName(), and SetExportQName().

◆ m_nActionMap

sal_uInt16 const XMLPersAttrListTContext::m_nActionMap
private

Definition at line 31 of file PersAttrListTContext.hxx.

Referenced by StartElement().

◆ m_xAttrList

css::uno::Reference< css::xml::sax::XAttributeList > XMLPersAttrListTContext::m_xAttrList
private

Definition at line 29 of file PersAttrListTContext.hxx.

Referenced by AddAttribute(), Export(), GetAttrList(), and StartElement().


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