Home
last modified time | relevance | path

Searched refs:maStructSource (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx164 return mpParser->getEntity().maStructSource.sPublicId; in getPublicId()
171 return mpParser->getEntity().maStructSource.sSystemId; in getSystemId()
436 void FastSaxParser::parseStream( const InputSource& maStructSource) throw (SAXException, IOExceptio… in parseStream() argument
442 entity.maStructSource = maStructSource; in parseStream()
444 if( !entity.maStructSource.aInputStream.is() ) in parseStream()
447 entity.maConverter.setInputStream( entity.maStructSource.aInputStream ); in parseStream()
448 if( entity.maStructSource.sEncoding.getLength() ) in parseStream()
449 …entity.maConverter.setEncoding( OUStringToOString( entity.maStructSource.sEncoding, RTL_TEXTENCODI… in parseStream()
888 aNewEntity.maStructSource = rCurrEntity.mxEntityResolver->resolveEntity( in callbackExternalEntityRef()
908 if( aNewEntity.maStructSource.aInputStream.is() ) in callbackExternalEntityRef()
[all …]
H A Dfastparser.hxx77 ::com::sun::star::xml::sax::InputSource maStructSource;

Completed in 23 milliseconds