Home
last modified time | relevance | path

Searched defs:DocumentHandler (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unoxml/test/
H A Ddomtest.cxx123 struct DocumentHandler struct
127 …ce< xml::sax::XFastAttributeList >& Attribs ) throw (xml::sax::SAXException, uno::RuntimeException) in startFastElement()
133 … Name, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml::sax::SAXExcepti… in startUnknownElement()
137 …AL_CALL endFastElement( ::sal_Int32 Element ) throw (xml::sax::SAXException, uno::RuntimeException) in endFastElement()
141 …ing& Namespace, const ::rtl::OUString& Name ) throw (xml::sax::SAXException, uno::RuntimeException) in endUnknownElement()
145 …2 Element, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml::sax::SAXExc… in createFastChildContext()
150 …:rtl::OUString& Namespace, const ::rtl::OUString& Name, const uno::Reference< xml::sax::XFastAttri… in createUnknownChildContext()
155 …L characters( const ::rtl::OUString& aChars ) throw (xml::sax::SAXException, uno::RuntimeException) in characters()
160 virtual void SAL_CALL startDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in startDocument()
164 virtual void SAL_CALL endDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in endDocument()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDocumentHandler.java44 public class DocumentHandler implements XServiceInfo, XSingleServiceFactory { class