Lines Matching refs:FastSaxSerializer

68FastSaxSerializer::FastSaxSerializer( ) : mxOutputStream(), mxFastTokenHandler(), maMarkStack() {}  in FastSaxSerializer()  function in sax_fastparser::FastSaxSerializer
69 FastSaxSerializer::~FastSaxSerializer() {} in ~FastSaxSerializer()
71 void SAL_CALL FastSaxSerializer::startDocument( ) throw (SAXException, RuntimeException) in startDocument()
78 OUString FastSaxSerializer::escapeXml( const OUString& s ) in escapeXml()
99 void FastSaxSerializer::write( const OUString& s ) in write()
107 void SAL_CALL FastSaxSerializer::endDocument( ) throw (SAXException, RuntimeException) in endDocument()
113 void SAL_CALL FastSaxSerializer::writeId( ::sal_Int32 nElement ) in writeId()
123 …void SAL_CALL FastSaxSerializer::startFastElement( ::sal_Int32 Element, const Reference< XFastAttr… in startFastElement()
137 …void SAL_CALL FastSaxSerializer::startUnknownElement( const OUString& Namespace, const OUString& N… in startUnknownElement()
158 void SAL_CALL FastSaxSerializer::endFastElement( ::sal_Int32 Element ) in endFastElement()
171 …void SAL_CALL FastSaxSerializer::endUnknownElement( const OUString& Namespace, const OUString& Nam… in endUnknownElement()
190 …void SAL_CALL FastSaxSerializer::singleFastElement( ::sal_Int32 Element, const Reference< XFastAtt… in singleFastElement()
204 …void SAL_CALL FastSaxSerializer::singleUnknownElement( const OUString& Namespace, const OUString& … in singleUnknownElement()
225 void SAL_CALL FastSaxSerializer::characters( const OUString& aChars ) in characters()
234 …void SAL_CALL FastSaxSerializer::setOutputStream( const ::com::sun::star::uno::Reference< ::com::s… in setOutputStream()
240 …void SAL_CALL FastSaxSerializer::setFastTokenHandler( const ::com::sun::star::uno::Reference< ::co… in setFastTokenHandler()
245 void FastSaxSerializer::writeFastAttributeList( const Reference< XFastAttributeList >& Attribs ) in writeFastAttributeList()
279 OUString FastSaxSerializer::getImplementationName() throw (RuntimeException) in getImplementationName()
285 sal_Bool FastSaxSerializer::supportsService(const OUString& ServiceName) throw (RuntimeException) in supportsService()
298 Sequence< OUString > FastSaxSerializer::getSupportedServiceNames(void) throw (RuntimeException) in getSupportedServiceNames()
305 OUString FastSaxSerializer::getImplementationName_Static() in getImplementationName_Static()
310 Sequence< OUString > FastSaxSerializer::getSupportedServiceNames_Static(void) in getSupportedServiceNames_Static()
317 void FastSaxSerializer::mark() in mark()
322 void FastSaxSerializer::mergeTopMarks( sax_fastparser::MergeMarksEnum eMergeType ) in mergeTopMarks()
345 …void FastSaxSerializer::writeBytes( const Sequence< ::sal_Int8 >& aData ) throw ( NotConnectedExce… in writeBytes()
353 FastSaxSerializer::Int8Sequence& FastSaxSerializer::ForMerge::getData() in getData()
361 void FastSaxSerializer::ForMerge::prepend( const Int8Sequence &rWhat ) in prepend()
366 void FastSaxSerializer::ForMerge::append( const Int8Sequence &rWhat ) in append()
371 void FastSaxSerializer::ForMerge::postpone( const Int8Sequence &rWhat ) in postpone()
376 …void FastSaxSerializer::ForMerge::merge( Int8Sequence &rTop, const Int8Sequence &rMerge, bool bApp… in merge()