Home
last modified time | relevance | path

Searched refs:FastSaxSerializer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sax/source/tools/
H A Dfastserializer.cxx68FastSaxSerializer::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()
[all …]
H A Dfastserializer.hxx43 class SAX_DLLPUBLIC FastSaxSerializer : public ::cppu::WeakImplHelper2< ::com::sun::star::xml::sax:… class
46 explicit FastSaxSerializer( );
47 virtual ~FastSaxSerializer();
H A Dfshelper.cxx34 mpSerializer(new FastSaxSerializer()) in FastSerializerHelper()
189 return write(FastSaxSerializer::escapeXml(value)); in writeEscaped()
/trunk/main/sax/source/fastparser/
H A Dfacreg.cxx51 FastSaxSerializer *p = new FastSaxSerializer; in FastSaxSerializer_CreateInstance()
67 FastSaxSerializer::getImplementationName_Static,
68 FastSaxSerializer::getSupportedServiceNames_Static,
/trunk/main/sax/inc/sax/
H A Dfshelper.hxx44 class FastSaxSerializer;
105 FastSaxSerializer* mpSerializer;