Searched refs:awAttributes (Results 1 – 2 of 2) sorted by relevance
699 void FastSaxParser::callbackStartElement( const XML_Char* pwName, const XML_Char** awAttributes ) in callbackStartElement() argument733 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()
777 const XML_Char **awAttributes ) in callbackStartElement() argument790 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()