X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/604ed8f9f41f26df9f70889b874088c4cea5d36e..e021d7c5790e9c3272d20f70e5da89c156cb8381:/XMLNode.h diff --git a/XMLNode.h b/XMLNode.h index dc92fa7..e9a263b 100644 --- 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;