Searched refs:ConfigHandler (Results 1 – 1 of 1) sorted by relevance
62 class ConfigHandler : public ::cppu::WeakAggImplHelper1<XDocumentHandler> class90 void ConfigHandler::errorThrow( const OUString& rErrorMessage ) throw (SAXException ) in errorThrow()97 ElementConfigType ConfigHandler::parseType( const OUString& sType ) throw (SAXException ) in parseType()128 void ConfigHandler::addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException ) in addElement()158 void SAL_CALL ConfigHandler::startDocument(void) throw( SAXException, RuntimeException ) in startDocument()162 void SAL_CALL ConfigHandler::endDocument(void) throw( SAXException, RuntimeException ) in endDocument()277 ElementConfigPtr ConfigHandler::importCaseConfig( const Reference< XAttributeList > & xAttribs ) th… in importCaseConfig()284 void SAL_CALL ConfigHandler::endElement(const OUString& aName) throw( SAXException, RuntimeExceptio… in endElement()294 void SAL_CALL ConfigHandler::characters(const OUString& aChars) throw( SAXException, RuntimeExcepti… in characters()298 void SAL_CALL ConfigHandler::ignorableWhitespace(const OUString& aWhitespaces) throw( SAXException,… in ignorableWhitespace()[all …]
Completed in 6 milliseconds