Searched refs:_attrs (Results 1 – 6 of 6) sorted by relevance
85 _attrs = None variable in AFM100 self._attrs = {}158 self._attrs[word] = l, b, r, t165 self._attrs[word] = rest167 self._attrs[word] = value205 attrs = self._attrs282 if attr in self._attrs:283 return self._attrs[attr]292 self._attrs[attr] = value303 del self._attrs[attr]
496 private Attribute[] _attrs; field in XmlParser.Node508 _attrs = new Attribute[attrs.getLength()]; in Node()514 _attrs[i] = new Attribute(name, attrs.getValue(i)); in Node()550 return _attrs; in getAttributes()572 if (_attrs == null || name == null) in getAttribute()574 for (int i = 0; i < _attrs.length; i++) in getAttribute()575 if (name.equals(_attrs[i].getName())) in getAttribute()576 return _attrs[i].getValue(); in getAttribute()722 if (_attrs != null) in toString()724 for (int i = 0; i < _attrs.length; i++) in toString()[all …]
23 self._attrs = attrs or {}24 self._attrs['Name'] = name32 return ['Tool', self._attrs]
3 typedef struct _attrs { struct
194 attributesNSImpl._attrs = attrs = {}225 attributesImpl._attrs = attrs = {}
1244 .. _attrs: