Searched refs:awAttributes (Results 1 – 2 of 2) sorted by relevance
694 void FastSaxParser::callbackStartElement( const XML_Char* pwName, const XML_Char** awAttributes ) in callbackStartElement() argument728 for( ; awAttributes[i]; i += 2 ) in callbackStartElement()730 OSL_ASSERT( awAttributes[i+1] ); in callbackStartElement()732 splitName( awAttributes[i], pPrefix, nPrefixLen, pName, nNameLen ); in callbackStartElement()737 DefineNamespace( OString( pName, nNameLen ), awAttributes[i+1] ); in callbackStartElement()744 aAttribs.back().maValue = OString( awAttributes[i+1] ); in callbackStartElement()752 …rEntity.maContextStack.top()->maNamespace = OUString( awAttributes[i+1], strlen( awAttributes[i+1]… in callbackStartElement()758 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()
Completed in 20 milliseconds