| 115 | } |
| 116 | |
| 117 | bool isAttributeDefined( const Attributes &attributes, const XMLCh *attribute_name ) |
| 118 | { |
| 119 | XMLSize_t attr_index; |
| 120 | return ( attributes.getIndex( attribute_name, attr_index ) ); |
| 121 | } |
| 122 | } |
| 123 | |
| 124 | //============================================================================= |