Lines Matching refs:attributes
68 if node.attributes.has_key('key'):
69 key = node.attributes['key'].nodeValue
79 if node.attributes.has_key('string'):
80 value = node.attributes['string'].nodeValue
81 elif node.attributes.has_key('contains'):
82 value = node.attributes['contains'].nodeValue
88 elif node.attributes.has_key('string_outof'):
89 value = node.attributes['string_outof'].nodeValue.replace(';','|')
90 elif node.attributes.has_key('contains_outof'):
91 all_values = node.attributes['contains_outof'].nodeValue.split(';')
114 key = n.attributes['key'].nodeValue