Lines Matching refs:xml
42 Reference< xml::input::XElement > LibElementBase::getParent() in getParent()
45 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
60 Reference< xml::input::XAttributes > LibElementBase::getAttributes() in getAttributes()
68 throw (xml::sax::SAXException, RuntimeException) in ignorableWhitespace()
73 throw (xml::sax::SAXException, RuntimeException) in characters()
81 throw (xml::sax::SAXException, RuntimeException) in processingInstruction()
87 throw (xml::sax::SAXException, RuntimeException) in endElement()
91 Reference< xml::input::XElement > LibElementBase::startChildElement( in startChildElement()
93 Reference< xml::input::XAttributes > const & /*xAttributes*/ ) in startChildElement()
94 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
96 throw xml::sax::SAXException( in startChildElement()
104 Reference< xml::input::XAttributes > const & xAttributes, in LibElementBase()
142 Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping ) in startDocument()
143 throw (xml::sax::SAXException, RuntimeException) in startDocument()
152 throw (xml::sax::SAXException, RuntimeException) in endDocument()
158 throw (xml::sax::SAXException, RuntimeException) in processingInstruction()
163 Reference< xml::sax::XLocator > const & /*xLocator*/ ) in setDocumentLocator()
164 throw (xml::sax::SAXException, RuntimeException) in setDocumentLocator()
168 Reference< xml::input::XElement > LibraryImport::startRootElement( in startRootElement()
170 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
171 throw (xml::sax::SAXException, RuntimeException) in startRootElement()
175 throw xml::sax::SAXException( in startRootElement()
207 throw xml::sax::SAXException( in startRootElement()
226 Reference< xml::input::XElement > LibrariesElement::startChildElement( in startChildElement()
228 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
229 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
233 throw xml::sax::SAXException( in startChildElement()
267 throw xml::sax::SAXException( in startChildElement()
274 throw (xml::sax::SAXException, RuntimeException) in endElement()
288 Reference< xml::input::XElement > LibraryElement::startChildElement( in startChildElement()
290 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
291 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
295 throw xml::sax::SAXException( in startChildElement()
312 throw xml::sax::SAXException( in startChildElement()
319 throw (xml::sax::SAXException, RuntimeException) in endElement()
336 Reference< ::com::sun::star::xml::sax::XDocumentHandler >
341 static_cast< xml::input::XRoot * >( new LibraryImport( pLibArray ) ) ); in importLibraryContainer()
346 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
351 static_cast< xml::input::XRoot * >( new LibraryImport( &rLib ) ) ); in importLibrary()