Lines Matching refs:xml

73 uno::Reference<xml::sax::XFastContextHandler>
102 uno::Reference<xml::sax::XFastContextHandler>
117 uno::Reference<xml::sax::XFastContextHandler>
120 uno::Reference<xml::sax::XFastContextHandler> xResult; in getContextHandler()
139 const uno::Reference< xml::sax::XFastAttributeList > & Attribs) in startFastElement()
140 throw (uno::RuntimeException, xml::sax::SAXException) in startFastElement()
160 const uno::Reference< xml::sax::XFastAttributeList > & Attribs) in startUnknownElement()
161 throw (uno::RuntimeException, xml::sax::SAXException) in startUnknownElement()
170 throw (uno::RuntimeException, xml::sax::SAXException) in endFastElement()
181 throw (uno::RuntimeException, xml::sax::SAXException) in endUnknownElement()
189 uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
192 const uno::Reference< xml::sax::XFastAttributeList > & Attribs) in createFastChildContext()
193 throw (uno::RuntimeException, xml::sax::SAXException) in createFastChildContext()
195 uno::Reference< xml::sax::XFastContextHandler > xResult; in createFastChildContext()
196 uno::Reference< xml::sax::XFastContextHandler > xContextHandler(getContextHandler()); in createFastChildContext()
205 uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
209 const uno::Reference< xml::sax::XFastAttributeList > & Attribs) in createUnknownChildContext()
210 throw (uno::RuntimeException, xml::sax::SAXException) in createUnknownChildContext()
218 return uno::Reference< xml::sax::XFastContextHandler >(); in createUnknownChildContext()
222 throw (uno::RuntimeException, xml::sax::SAXException) in characters()