Searched refs:structSource (Results 1 – 1 of 1) sorted by relevance
161 virtual void SAL_CALL parseStream( const InputSource& structSource)220 InputSource structSource; member397 return m_pParser->getEntity().structSource.sPublicId; in getPublicId()401 return m_pParser->getEntity().structSource.sSystemId; in getSystemId()454 void SaxExpatParser::parseStream( const InputSource& structSource) in parseStream() argument464 entity.structSource = structSource; in parseStream()466 if( ! entity.structSource.aInputStream.is() ) in parseStream()472 entity.converter.setInputStream( entity.structSource.aInputStream ); in parseStream()473 if( entity.structSource.sEncoding.getLength() ) in parseStream()476 OUStringToOString( entity.structSource.sEncoding , RTL_TEXTENCODING_ASCII_US ) ); in parseStream()[all …]