Home
last modified time | relevance | path

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

/AOO42X/main/sax/source/fastparser/
H A Dfastparser.cxx699 void FastSaxParser::callbackStartElement( const XML_Char* pwName, const XML_Char** awAttributes ) in callbackStartElement() argument
733 for( ; awAttributes[i]; i += 2 ) in callbackStartElement()
735 OSL_ASSERT( awAttributes[i+1] ); in callbackStartElement()
737 splitName( awAttributes[i], pPrefix, nPrefixLen, pName, nNameLen ); in callbackStartElement()
742 DefineNamespace( OString( pName, nNameLen ), awAttributes[i+1] ); in callbackStartElement()
749 aAttribs.back().maValue = OString( awAttributes[i+1] ); in callbackStartElement()
757 …rEntity.maContextStack.top()->maNamespace = OUString( awAttributes[i+1], strlen( awAttributes[i+1]… in callbackStartElement()
763 aAttribs.back().maValue = OString( awAttributes[i+1] ); in callbackStartElement()
/AOO42X/main/sax/source/expatwrap/
H A Dsax_expat.cxx777 const XML_Char **awAttributes ) in callbackStartElement() argument
790 while( awAttributes[i] ) { in callbackStartElement()
791 OSL_ASSERT( awAttributes[i+1] ); in callbackStartElement()
793 XML_CHAR_TO_OUSTRING( awAttributes[i] ) , in callbackStartElement()
795 XML_CHAR_TO_OUSTRING( awAttributes[i+1] ) ); in callbackStartElement()