XMLNode.h | 74 struct attribute_entry { struct in class:XMLNode 75 attribute_entry() : index(~(uint32_t)0), nameResId(0) function in struct:XMLNode::attribute_entry 95 const Vector<attribute_entry>& getAttributes() const; 97 const attribute_entry* getAttribute(const String16& ns, const String16& name) const; 99 attribute_entry* editAttribute(const String16& ns, const String16& name); 188 Vector<attribute_entry> mAttributes;
|