38 const OUString& rQName,
39 bool bIgnoreCharacters,
40 bool bIgnoreElements );
46 const OUString& rQName,
47 bool bAllowCharactersRecursive );
52 const OUString& rLocalName,
53 const OUString& rQName,
54 const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList )
override;
59 virtual void StartElement(
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList )
override;
68 virtual void Characters(
const OUString& rChars )
override;
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