Lines Matching refs:xAttributeList
155 Reference < XAttributeList > xAttributeList; member in ElementNode
162 Reference < XAttributeList > GetAttributes(){ return xAttributeList; } in GetAttributes()
175 … xAttributeList = Reference < XAttributeList > ( xAttributeCloner->createClone() , UNO_QUERY ); in ElementNode()
507 Reference < XAttributeList > xAttributeList = pElementNode->GetAttributes(); in HandleSAXParser() local
517 if ( xAttributeList.is() ) in HandleSAXParser()
518 … pRet->GenReturn ( RET_Value, nMethodId, (comm_ULONG)xAttributeList->getLength() ); in HandleSAXParser()
524 …) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttributeList.is()?xAttributeList->get… in HandleSAXParser()
526 String aRet( xAttributeList->getNameByIndex( nNr1-1 ) ); in HandleSAXParser()
536 …) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttributeList.is()?xAttributeList->get… in HandleSAXParser()
538 String aRet( xAttributeList->getValueByIndex( nNr1-1 ) ); in HandleSAXParser()
541 else if( (nParams & PARAM_STR_1) && xAttributeList.is() ) in HandleSAXParser()
543 String aRet( xAttributeList->getValueByName( aString1 ) ); in HandleSAXParser()