29 const OUString& rQName,
33 m_bIgnoreCharacters( bIgnoreChars ),
34 m_bIgnoreElements( bIgnoreElems ),
35 m_bAllowCharactersRecursive( false ),
36 m_bRecursiveUse( false )
42 const OUString& rQName,
43 bool bAllowCharactersRecursive ) :
45 m_bIgnoreCharacters( false ),
46 m_bIgnoreElements( false ),
47 m_bAllowCharactersRecursive( bAllowCharactersRecursive ),
48 m_bRecursiveUse( true )
54 const OUString& rLocalName,
55 const OUString& rQName,
56 const Reference< XAttributeList >& xAttrList )
68 nPrefix, rLocalName, rQName, xAttrList );
bool const m_bIgnoreElements
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 EndElement() override
virtual void Characters(const OUString &rChars) override
bool const m_bAllowCharactersRecursive
virtual void StartElement(const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
XMLIgnoreTransformerContext(XMLTransformerBase &rTransformer, const OUString &rQName, bool bIgnoreCharacters, bool bIgnoreElements)
bool const m_bRecursiveUse
bool const m_bIgnoreCharacters
virtual rtl::Reference< XMLTransformerContext > CreateChildContext(sal_uInt16 nPrefix, const OUString &rLocalName, const OUString &rQName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList)
XMLTransformerBase & GetTransformer()