homescreenpluginsrv/hspsdom/src/hspsdomnode.cpp
branchRCL_3
changeset 9 d0529222e3f0
parent 0 79c6a41cd166
child 19 502e5d91ad42
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
   569        count += static_cast<ChspsDomNode*>( iChildList->Item( i ) )->DescendantCount(); 
   569        count += static_cast<ChspsDomNode*>( iChildList->Item( i ) )->DescendantCount(); 
   570        }
   570        }
   571      
   571      
   572     return count;
   572     return count;
   573     }                  
   573     }                  
   574 
       
   575  
       
   576 // -----------------------------------------------------------------------------
       
   577 // ChspsDomNode::DeleteAttributeList
       
   578 // Deletes the attribute list
       
   579 // -----------------------------------------------------------------------------
       
   580 //   
       
   581 EXPORT_C void ChspsDomNode::DeleteAttributeList()
       
   582     {
       
   583     delete iAttributeList;
       
   584     iAttributeList = NULL;
       
   585     
       
   586     }
       
   587     
   574     
   588 // -----------------------------------------------------------------------------
   575 // -----------------------------------------------------------------------------
   589 // ChspsDomNode::AttributeValue
   576 // ChspsDomNode::AttributeValue
   590 // Returns value of "name" attribute
   577 // Returns value of "name" attribute
   591 // -----------------------------------------------------------------------------
   578 // -----------------------------------------------------------------------------