Lines Matching refs:OSaxParserTest
117 class OSaxParserTest : class
122 OSaxParserTest( const XMultiServiceFactoryRef & rFactory ) : m_rFactory( rFactory ) in OSaxParserTest() function in OSaxParserTest
171 OSaxParserTest *p = new OSaxParserTest( rSMgr ); in OSaxParserTest_CreateInstance()
197 BOOL OSaxParserTest::queryInterface( Uik uik , XInterfaceRef &rOut ) in queryInterface()
209 void OSaxParserTest::testInvariant( const UString& TestName, const XInterfaceRef& TestObject ) in testInvariant()
221 INT32 OSaxParserTest::test( const UString& TestName, in test()
274 BOOL OSaxParserTest::testPassed(void) THROWS( (UsrSystemException) ) in testPassed()
280 Sequence< UString > OSaxParserTest::getErrors(void) THROWS( (UsrSystemException) ) in getErrors()
286 Sequence< UsrAny > OSaxParserTest::getErrorExceptions(void) THROWS( (UsrSystemException) ) in getErrorExceptions()
292 Sequence< UString > OSaxParserTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings()
548 void OSaxParserTest::testSimple( const XParserRef &rParser ) in testSimple()
621 void OSaxParserTest::testNamespaces( const XParserRef &rParser ) in testNamespaces()
679 void OSaxParserTest::testEncoding( const XParserRef &rParser ) in testEncoding()
733 void OSaxParserTest::testFile( const XParserRef & rParser ) in testFile()
786 void OSaxParserTest::testPerformance( const XParserRef & rParser ) in testPerformance()