Home
last modified time | relevance | path

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

/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx694 void FastSaxParser::callbackStartElement( const XML_Char* pwName, const XML_Char** awAttributes ) in callbackStartElement() argument
728 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()
/aoo41x/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()

Completed in 27 milliseconds