diff options
| author | 2015-11-30 21:07:44 +0000 | |
|---|---|---|
| committer | 2015-11-30 21:07:44 +0000 | |
| commit | 5b9847ca3fbcd0bb2528dd2b4c0b789e2d501684 (patch) | |
| tree | 4d232086253525a00977075cf4aede5a42089287 /tools/aapt/XMLNode.h | |
| parent | 9d0f7d44d5cc5322415f52f7ce03cc37a478b350 (diff) | |
Revert "Implement AAPT Bundle format"
This reverts commit 9d0f7d44d5cc5322415f52f7ce03cc37a478b350.
Caused a build breakage when parsing some attributes.
Change-Id: I89ca958b2f2e820d353648df8aadd90bbe8d8339
Diffstat (limited to 'tools/aapt/XMLNode.h')
| -rw-r--r-- | tools/aapt/XMLNode.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/aapt/XMLNode.h b/tools/aapt/XMLNode.h index 749bf9f59bf7..b9e5cd574cdc 100644 --- a/tools/aapt/XMLNode.h +++ b/tools/aapt/XMLNode.h @@ -55,7 +55,7 @@ public: sp<XMLNode> newCData(const String8& filename) { return new XMLNode(filename); } - + enum type { TYPE_NAMESPACE, TYPE_ELEMENT, @@ -70,7 +70,6 @@ public: const String16& getElementNamespace() const; const String16& getElementName() const; const Vector<sp<XMLNode> >& getChildren() const; - Vector<sp<XMLNode> >& getChildren(); const String8& getFilename() const; @@ -98,7 +97,6 @@ public: const Vector<attribute_entry>& getAttributes() const; const attribute_entry* getAttribute(const String16& ns, const String16& name) const; - bool removeAttribute(const String16& ns, const String16& name); attribute_entry* editAttribute(const String16& ns, const String16& name); |