Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx161 virtual void SAL_CALL parseStream( const InputSource& structSource)
220 InputSource structSource; member
397 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() argument
464 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 …]