|
LibreOffice Module xmloff (master) 1
|
#include <IgnoreTContext.hxx>
Public Member Functions | |
| XMLIgnoreTransformerContext (XMLTransformerBase &rTransformer, const OUString &rQName, bool bIgnoreCharacters, bool bIgnoreElements) | |
| XMLIgnoreTransformerContext (XMLTransformerBase &rTransformer, const OUString &rQName, bool bAllowCharactersRecursive) | |
| virtual rtl::Reference< XMLTransformerContext > | CreateChildContext (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 |
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< XMLTransformerContext > | CreateChildContext (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 | |
| bool const | m_bIgnoreCharacters |
| bool const | m_bIgnoreElements |
| bool const | m_bAllowCharactersRecursive |
| bool const | m_bRecursiveUse |
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 | |
| XMLTransformerBase & | GetTransformer () |
| const XMLTransformerBase & | GetTransformer () 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 |
Definition at line 25 of file IgnoreTContext.hxx.
| XMLIgnoreTransformerContext::XMLIgnoreTransformerContext | ( | XMLTransformerBase & | rTransformer, |
| const OUString & | rQName, | ||
| bool | bIgnoreCharacters, | ||
| bool | bIgnoreElements | ||
| ) |
Definition at line 27 of file IgnoreTContext.cxx.
Referenced by CreateChildContext().
| XMLIgnoreTransformerContext::XMLIgnoreTransformerContext | ( | XMLTransformerBase & | rTransformer, |
| const OUString & | rQName, | ||
| bool | bAllowCharactersRecursive | ||
| ) |
Definition at line 40 of file IgnoreTContext.cxx.
|
overridevirtual |
Reimplemented from XMLTransformerContext.
Definition at line 83 of file IgnoreTContext.cxx.
References XMLTransformerBase::GetDocHandler(), XMLTransformerContext::GetTransformer(), m_bAllowCharactersRecursive, m_bIgnoreCharacters, and m_bRecursiveUse.
|
overridevirtual |
Reimplemented from XMLTransformerContext.
Definition at line 52 of file IgnoreTContext.cxx.
References XMLTransformerContext::CreateChildContext(), XMLTransformerContext::GetTransformer(), m_bAllowCharactersRecursive, m_bIgnoreElements, m_bRecursiveUse, and XMLIgnoreTransformerContext().
|
overridevirtual |
Reimplemented from XMLTransformerContext.
Definition at line 78 of file IgnoreTContext.cxx.
|
overridevirtual |
Reimplemented from XMLTransformerContext.
Definition at line 73 of file IgnoreTContext.cxx.
|
private |
Definition at line 29 of file IgnoreTContext.hxx.
Referenced by Characters(), and CreateChildContext().
|
private |
Definition at line 27 of file IgnoreTContext.hxx.
Referenced by Characters().
|
private |
Definition at line 28 of file IgnoreTContext.hxx.
Referenced by CreateChildContext().
|
private |
Definition at line 30 of file IgnoreTContext.hxx.
Referenced by Characters(), and CreateChildContext().