]> git.saurik.com Git - android/aapt.git/blobdiff - XMLNode.h
Add --auto-add-overlay option to aapt.
[android/aapt.git] / XMLNode.h
index dc92fa7c620b3715ed9fc3a5c7b1db0a617a92ba..e9a263bf41d8e0c3516fd826b3d3db74a1ae923a 100644 (file)
--- a/XMLNode.h
+++ b/XMLNode.h
@@ -95,6 +95,8 @@ public:
 
     const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
     
+    attribute_entry* editAttribute(const String16& ns, const String16& name);
+
     const String16& getCData() const;
 
     const String16& getComment() const;