Lines Matching refs:xml
71 uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteGroupLocalizationSequence()
84 uno::Reference< xml::sax::XAttributeList > xRootAttrList( pRootAttrList ); in WriteGroupLocalizationSequence()
96 uno::Reference< xml::sax::XAttributeList > xAttrList( pAttrList ); in WriteGroupLocalizationSequence()
121 …uno::Reference< xml::sax::XParser > xParser( xFactory->createInstance( rtl::OUString( RTL_CONSTASC… in ReadLocalizationSequence_Impl()
124 …uno::Reference< xml::sax::XDocumentHandler > xHelper( static_cast< xml::sax::XDocumentHandler* >( … in ReadLocalizationSequence_Impl()
125 xml::sax::InputSource aParserInput; in ReadLocalizationSequence_Impl()
130 xParser->setDocumentHandler( uno::Reference < xml::sax::XDocumentHandler > () ); in ReadLocalizationSequence_Impl()
160 throw(xml::sax::SAXException, uno::RuntimeException) in startDocument()
166 throw(xml::sax::SAXException, uno::RuntimeException) in endDocument()
171 …eHelper::startElement( const ::rtl::OUString& aName, const uno::Reference< xml::sax::XAttributeLis… in startElement()
172 throw( xml::sax::SAXException, uno::RuntimeException ) in startElement()
179 throw xml::sax::SAXException(); // TODO: this element must be the first level element in startElement()
190 throw xml::sax::SAXException(); // TODO: this element must be the second level element in startElement()
200 throw xml::sax::SAXException(); // TODO: the ID value must present in startElement()
204 throw xml::sax::SAXException(); // TODO: the ID value must present in startElement()
215 … throw xml::sax::SAXException(); // TODO: the extension element must not be the first level element in startElement()
224 throw( xml::sax::SAXException, uno::RuntimeException ) in endElement()
228 throw xml::sax::SAXException(); // TODO: no other end elements expected! in endElement()
231 throw xml::sax::SAXException(); // TODO: unexpected element ended in endElement()
238 throw(xml::sax::SAXException, uno::RuntimeException) in characters()
244 throw(xml::sax::SAXException, uno::RuntimeException) in ignorableWhitespace()
250 throw(xml::sax::SAXException, uno::RuntimeException) in processingInstruction()
255 void SAL_CALL DocTemplLocaleHelper::setDocumentLocator( const uno::Reference< xml::sax::XLocator >&… in setDocumentLocator()
256 throw(xml::sax::SAXException, uno::RuntimeException) in setDocumentLocator()