HomeSort by relevance Sort by last modified time
    Searched refs:XMLNode (Results 1 - 10 of 10) sorted by null

  /external/srec/tools/grxmlcompile/
grxmldoc.h 41 typedef TiXmlNode XMLNode;
85 bool parseGrammar( XMLNode &node, std::string & xMLFileName );
97 bool parseNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
98 bool beginNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
99 bool endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
100 bool beginParseGrammarNode( XMLNode &node );
101 bool endParseGrammarNode( XMLNode &node );
102 bool beginParseMetaNode( XMLNode &node );
103 bool endParseMetaNode( XMLNode &node );
104 bool beginParseRuleNode( XMLNode &node, SubGraph *&p_SubGraph)
    [all...]
grxmldoc.cpp 117 bool GRXMLDoc::parseGrammar( XMLNode &node, std::string & xMLFileName )
142 bool GRXMLDoc::parseNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level )
184 bool GRXMLDoc::beginNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level )
189 // XMLNode::Type type = node.getType();
277 bool GRXMLDoc::endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level )
280 //XMLNode::Type type = node.getType();
358 bool GRXMLDoc::beginParseGrammarNode(XMLNode &node)
374 bool GRXMLDoc::beginParseMetaNode(XMLNode &node)
400 bool GRXMLDoc::endParseGrammarNode(XMLNode &node)
407 bool GRXMLDoc::beginParseRuleNode( XMLNode &node, SubGraph *&p_SubGraph
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.h 13 class XMLNode;
37 class XMLNode : public 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> >& getChildren() const
    [all...]
XMLNode.cpp 7 #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::type XMLNode::getType() cons
    [all...]
Android.mk 21 XMLNode.cpp \
Resource.cpp 9 #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> application = root->getChildElement(String16(), String16("application"))
    [all...]
ResourceTable.h 18 class XMLNode;
46 const sp<XMLNode>& xmlTree,
ResourceTable.cpp 9 #include "XMLNode.h"
23 sp<XMLNode> root = XMLNode::parse(target);
37 sp<XMLNode> root = XMLNode::parse(target);
46 const sp<XMLNode>& root,
    [all...]
  /external/tinyxml2/
tinyxml2.h 96 class XMLNode;
330 @sa XMLNode::Accept()
408 /** XMLNode is a base class for every object that is in the
412 The type of a XMLNode can be queried, and it can
433 class XMLNode
439 /// Get the XMLDocument that owns this XMLNode.
441 /// Get the XMLDocument that owns this XMLNode.
474 const XMLNode* Parent() const { return parent; }
475 XMLNode* Parent() { return parent; }
481 const XMLNode* FirstChild() const { return firstChild; }
    [all...]
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 5 * -- XMLNode
6 * -- MathMLNode extends XMLNode
58 class XMLNode
72 function XMLNode($id = NULL)
387 class MathMLNode extends XMLNode
391 parent::XMLNode($id);
    [all...]

Completed in 687 milliseconds