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"
554 sp<XMLNode> root = XMLNode::parse(file);
578 sp<XMLNode> XMLNode::parse(const sp<AaptFile>& file)
624 XMLNode::XMLNode()
630 XMLNode::XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace)
646 XMLNode
[all...]
H A DAndroid.mk47 XMLNode.cpp \
H A DResource.cpp19 #include "XMLNode.h"
688 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8,
699 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr);
734 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8,
740 static void fullyQualifyClassName(const String8& package, sp<XMLNode> node,
742 XMLNode::attribute_entry* attr = node->editAttribute(
768 status_t massageManifest(Bundle* bundle, sp<XMLNode> root)
783 const XMLNode::attribute_entry* attr = root->getAttribute(
794 const XMLNode::attribute_entry* attr = root->getAttribute(
801 sp<XMLNode> ver
[all...]
H A DResourceTable.h22 class XMLNode;
56 const sp<XMLNode>& xmlTree,
200 const sp<XMLNode>& root);
H A DResourceTable.cpp10 #include "XMLNode.h"
32 sp<XMLNode> root = XMLNode::parse(target);
48 sp<XMLNode> root = XMLNode::parse(target);
59 const sp<XMLNode>& root,
4586 const sp<XMLNode>& root) {
4601 sp<XMLNode> newRoot = NULL;
4605 Vector<sp<XMLNode> > nodesToVisit;
4608 sp<XMLNode> nod
[all...]

Completed in 1673 milliseconds