Lines Matching refs:sax

94     : public ::cppu::WeakImplHelper1< xml::sax::XErrorHandler >
105 …virtual void SAL_CALL error( const uno::Any& ) throw (xml::sax::SAXException, uno::RuntimeExceptio… in error()
110 …virtual void SAL_CALL fatalError( const uno::Any& ) throw (xml::sax::SAXException, uno::RuntimeExc… in fatalError()
115 …virtual void SAL_CALL warning( const uno::Any& ) throw (xml::sax::SAXException, uno::RuntimeExcept… in warning()
122 : public ::cppu::WeakImplHelper1< xml::sax::XFastDocumentHandler >
125 …( ::sal_Int32 Element, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml:… in startFastElement()
131 …::rtl::OUString& Name, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml:… in startUnknownElement()
135 …virtual void SAL_CALL endFastElement( ::sal_Int32 Element ) throw (xml::sax::SAXException, uno::Ru… in endFastElement()
139 …onst ::rtl::OUString& Namespace, const ::rtl::OUString& Name ) throw (xml::sax::SAXException, uno:… in endUnknownElement()
143sax::XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 Element, const uno::Refere… in createFastChildContext()
148sax::XFastContextHandler > SAL_CALL createUnknownChildContext( const ::rtl::OUString& Namespace, c… in createUnknownChildContext()
153 …virtual void SAL_CALL characters( const ::rtl::OUString& aChars ) throw (xml::sax::SAXException, u… in characters()
158 virtual void SAL_CALL startDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in startDocument()
162 virtual void SAL_CALL endDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in endDocument()
166 …AL_CALL setDocumentLocator( const uno::Reference< xml::sax::XLocator >& xLocator ) throw (xml::sax in setDocumentLocator()
172 : public ::cppu::WeakImplHelper1< xml::sax::XFastTokenHandler >
340 xml::sax::FastToken::NAMESPACE); in setUp()
345 2*xml::sax::FastToken::NAMESPACE); in setUp()
359 uno::Reference< xml::sax::XSAXSerializable > xSaxSerializer( in serializerTest()
364 uno::Reference< xml::sax::XFastSAXSerializable > xFastSaxSerializer( in serializerTest()