Lines Matching refs:sax

96     : public ::cppu::WeakImplHelper1< xml::sax::XErrorHandler >
107 …virtual void SAL_CALL error( const uno::Any& ) throw (xml::sax::SAXException, uno::RuntimeExceptio… in error()
112 …virtual void SAL_CALL fatalError( const uno::Any& ) throw (xml::sax::SAXException, uno::RuntimeExc… in fatalError()
117 …virtual void SAL_CALL warning( const uno::Any& ) throw (xml::sax::SAXException, uno::RuntimeExcept… in warning()
124 : public ::cppu::WeakImplHelper1< xml::sax::XFastDocumentHandler >
127 …( ::sal_Int32 Element, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml:… in startFastElement()
133 …::rtl::OUString& Name, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml:… in startUnknownElement()
137 …virtual void SAL_CALL endFastElement( ::sal_Int32 Element ) throw (xml::sax::SAXException, uno::Ru… in endFastElement()
141 …onst ::rtl::OUString& Namespace, const ::rtl::OUString& Name ) throw (xml::sax::SAXException, uno:… in endUnknownElement()
145sax::XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 Element, const uno::Refere… in createFastChildContext()
150sax::XFastContextHandler > SAL_CALL createUnknownChildContext( const ::rtl::OUString& Namespace, c… in createUnknownChildContext()
155 …virtual void SAL_CALL characters( const ::rtl::OUString& aChars ) throw (xml::sax::SAXException, u… in characters()
160 virtual void SAL_CALL startDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in startDocument()
164 virtual void SAL_CALL endDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in endDocument()
168 …AL_CALL setDocumentLocator( const uno::Reference< xml::sax::XLocator >& xLocator ) throw (xml::sax in setDocumentLocator()
174 : public ::cppu::WeakImplHelper1< xml::sax::XFastTokenHandler >
324 xml::sax::FastToken::NAMESPACE); in SetUp()
329 2*xml::sax::FastToken::NAMESPACE); in SetUp()
342 uno::Reference< xml::sax::XSAXSerializable > xSaxSerializer( in TEST_F()
346 uno::Reference< xml::sax::XFastSAXSerializable > xFastSaxSerializer( in TEST_F()