LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/xml/sax - XFastParser.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2012-12-27 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_XML_SAX_XFASTPARSER_HDL
       2             : #define INCLUDED_COM_SUN_STAR_XML_SAX_XFASTPARSER_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XEntityResolver; } } } } }
       8             : #include "com/sun/star/lang/Locale.hdl"
       9             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
      10             : namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XFastDocumentHandler; } } } } }
      11             : #include "com/sun/star/io/IOException.hdl"
      12             : namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XErrorHandler; } } } } }
      13             : namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XFastTokenHandler; } } } } }
      14             : #include "com/sun/star/xml/sax/SAXException.hdl"
      15             : #include "com/sun/star/xml/sax/InputSource.hdl"
      16             : #include "com/sun/star/uno/XInterface.hdl"
      17             : #include "com/sun/star/uno/Reference.h"
      18             : #include "cppu/macros.hxx"
      19             : #include "rtl/ustring.hxx"
      20             : #include "sal/types.h"
      21             : 
      22             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      23             : 
      24             : namespace com { namespace sun { namespace star { namespace xml { namespace sax {
      25             : 
      26         990 : class SAL_NO_VTABLE XFastParser : public css::uno::XInterface
      27             : {
      28             : public:
      29             : 
      30             :     // Methods
      31             :     virtual void SAL_CALL parseStream( const css::xml::sax::InputSource& aInputSource ) = 0;
      32             :     virtual void SAL_CALL setFastDocumentHandler( const ::com::sun::star::uno::Reference< css::xml::sax::XFastDocumentHandler >& Handler ) = 0;
      33             :     virtual void SAL_CALL setTokenHandler( const ::com::sun::star::uno::Reference< css::xml::sax::XFastTokenHandler >& Handler ) = 0;
      34             :     virtual void SAL_CALL registerNamespace( const ::rtl::OUString& NamespaceURL, ::sal_Int32 NamespaceToken ) = 0;
      35             :     virtual void SAL_CALL setErrorHandler( const ::com::sun::star::uno::Reference< css::xml::sax::XErrorHandler >& Handler ) = 0;
      36             :     virtual void SAL_CALL setEntityResolver( const ::com::sun::star::uno::Reference< css::xml::sax::XEntityResolver >& Resolver ) = 0;
      37             :     virtual void SAL_CALL setLocale( const css::lang::Locale& locale ) = 0;
      38             :     virtual ::rtl::OUString SAL_CALL getNamespaceURL( const ::rtl::OUString& prefix ) = 0;
      39             : 
      40             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      41             : 
      42             : protected:
      43         990 :     ~XFastParser() throw () {} // avoid warnings about virtual members and non-virtual dtor
      44             : };
      45             : 
      46             : 
      47             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::xml::sax::XFastParser const *);
      48             : } } } } }
      49             : 
      50             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::xml::sax::XFastParser > *) SAL_THROW(());
      51             : 
      52             : #endif

Generated by: LCOV version 1.10