Searched refs:XMLNode (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.h13 class XMLNode;
37 class XMLNode : public RefBase class in inherits:RefBase
40 static sp<XMLNode> parse(const sp<AaptFile>& file);
43 sp<XMLNode> newNamespace(const String8& filename, const String16& prefix, const String16& uri) {
44 return new XMLNode(filename, prefix, uri, true);
48 sp<XMLNode> newElement(const String8& filename, const String16& ns, const String16& name) {
49 return new XMLNode(filename, ns, name, false);
53 sp<XMLNode> newCData(const String8& filename) {
54 return new XMLNode(filename);
70 const Vector<sp<XMLNode> >
[all...]
H A DXMLNode.cpp7 #include "XMLNode.h"
526 sp<XMLNode> root = XMLNode::parse(file);
550 sp<XMLNode> XMLNode::parse(const sp<AaptFile>& file)
596 XMLNode::XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace)
612 XMLNode::XMLNode(const String8& filename)
618 XMLNode
[all...]
H A DAndroid.mk21 XMLNode.cpp \
H A DResource.cpp9 #include "XMLNode.h"
682 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8,
712 static void fullyQualifyClassName(const String8& package, sp<XMLNode> node,
714 XMLNode::attribute_entry* attr = node->editAttribute(
740 status_t massageManifest(Bundle* bundle, sp<XMLNode> root)
762 sp<XMLNode> vers = root->getChildElement(String16(), String16("uses-sdk"));
764 vers = XMLNode::newElement(root->getFilename(), String16(), String16("uses-sdk"));
783 sp<XMLNode> application = root->getChildElement(String16(), String16("application"));
796 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package"));
806 sp<XMLNode> applicatio
[all...]
H A DResourceTable.h18 class XMLNode;
46 const sp<XMLNode>& xmlTree,
H A DResourceTable.cpp9 #include "XMLNode.h"
23 sp<XMLNode> root = XMLNode::parse(target);
37 sp<XMLNode> root = XMLNode::parse(target);
46 const sp<XMLNode>& root,

Completed in 214 milliseconds