Lines Matching refs:SAXWriter

916 class SAXWriter :  class
923 SAXWriter( ) : in SAXWriter() function in sax_expatwrap::SAXWriter
929 ~SAXWriter() in ~SAXWriter()
1022 SAXWriter *p = new SAXWriter; in SaxWriter_CreateInstance()
1044 sal_Int32 SAXWriter::getIndentPrefixLength( sal_Int32 nFirstLineBreakOccurence ) throw() in getIndentPrefixLength()
1066 OUString SAXWriter::getImplementationName() throw() in getImplementationName()
1072 sal_Bool SAXWriter::supportsService(const OUString& ServiceName) throw() in supportsService()
1085 Sequence< OUString > SAXWriter::getSupportedServiceNames(void) throw () in getSupportedServiceNames()
1094 void SAXWriter::startDocument() throw(SAXException, RuntimeException ) in startDocument()
1104 void SAXWriter::endDocument(void) throw(SAXException, RuntimeException) in endDocument()
1134 void SAXWriter::startElement(const OUString& aName, const Reference< XAttributeList >& xAttribs) in startElement()
1203 void SAXWriter::endElement(const OUString& aName) throw (SAXException, RuntimeException) in endElement()
1239 void SAXWriter::characters(const OUString& aChars) throw(SAXException, RuntimeException) in characters()
1292 void SAXWriter::ignorableWhitespace(const OUString&) throw(SAXException, RuntimeException) in ignorableWhitespace()
1302 void SAXWriter::processingInstruction(const OUString& aTarget, const OUString& aData) in processingInstruction()
1337 void SAXWriter::setDocumentLocator(const Reference< XLocator >&) in setDocumentLocator()
1343 void SAXWriter::startCDATA(void) throw(SAXException, RuntimeException) in startCDATA()
1360 void SAXWriter::endCDATA(void) throw (RuntimeException) in endCDATA()
1380 void SAXWriter::comment(const OUString& sComment) throw(SAXException, RuntimeException) in comment()
1409 void SAXWriter::allowLineBreak( ) throw ( SAXException , RuntimeException) in allowLineBreak()
1418 void SAXWriter::unknown(const OUString& sString) throw (SAXException, RuntimeException) in unknown()