LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
XMLFormPropValueTContext_Impl Class Reference
Inheritance diagram for XMLFormPropValueTContext_Impl:
[legend]
Collaboration diagram for XMLFormPropValueTContext_Impl:
[legend]

Public Member Functions

 XMLFormPropValueTContext_Impl (XMLTransformerBase &rTransformer, const OUString &rQName)
 
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
 
bool IsVoid () const
 
const OUString & GetTextContent () 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 ()
 

Private Attributes

OUString m_aCharacters
 
bool m_bIsVoid
 

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 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
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 35 of file FormPropOOoTContext.cxx.

Constructor & Destructor Documentation

◆ XMLFormPropValueTContext_Impl()

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

Definition at line 57 of file FormPropOOoTContext.cxx.

Member Function Documentation

◆ Characters()

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

Reimplemented from XMLTransformerContext.

Definition at line 87 of file FormPropOOoTContext.cxx.

References m_aCharacters.

◆ EndElement()

void XMLFormPropValueTContext_Impl::EndElement ( )
overridevirtual

Reimplemented from XMLTransformerContext.

Definition at line 83 of file FormPropOOoTContext.cxx.

◆ GetTextContent()

const OUString & XMLFormPropValueTContext_Impl::GetTextContent ( ) const
inline

Definition at line 54 of file FormPropOOoTContext.cxx.

References m_aCharacters.

◆ IsPersistent()

bool XMLFormPropValueTContext_Impl::IsPersistent ( ) const
overridevirtual

Reimplemented from XMLTransformerContext.

Definition at line 92 of file FormPropOOoTContext.cxx.

◆ IsVoid()

bool XMLFormPropValueTContext_Impl::IsVoid ( ) const
inline

Definition at line 53 of file FormPropOOoTContext.cxx.

References m_bIsVoid.

◆ StartElement()

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

Member Data Documentation

◆ m_aCharacters

OUString XMLFormPropValueTContext_Impl::m_aCharacters
private

Definition at line 37 of file FormPropOOoTContext.cxx.

Referenced by Characters(), and GetTextContent().

◆ m_bIsVoid

bool XMLFormPropValueTContext_Impl::m_bIsVoid
private

Definition at line 38 of file FormPropOOoTContext.cxx.

Referenced by IsVoid(), and StartElement().


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