Searched refs:XMLElement (Results 1 - 5 of 5) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.h93 class XMLElement;
343 virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) { return true; }
345 virtual bool VisitExit( const XMLElement& /*element*/ ) { return true; }
436 friend class XMLElement;
444 virtual XMLElement* ToElement() { return 0; } ///< Safely cast to an Element, or null.
451 virtual const XMLElement* ToElement() const { return 0; }
486 const XMLElement* FirstChildElement( const char* value=0 ) const;
487 XMLElement* FirstChildElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->FirstChildElement( _value )); }
496 const XMLElement* LastChildElemen
840 class XMLElement : public XMLNode class in namespace:tinyxml2
[all...]
H A Dtinyxml2.cpp512 returnNode = new (elementPool.Alloc()) XMLElement( this );
675 const XMLElement* XMLNode::FirstChildElement( const char* value ) const
678 XMLElement* element = node->ToElement();
689 const XMLElement* XMLNode::LastChildElement( const char* value ) const
692 XMLElement* element = node->ToElement();
703 const XMLElement* XMLNode::NextSiblingElement( const char* value ) const
716 const XMLElement* XMLNode::PreviousSiblingElement( const char* value ) const
768 if ( node->ToElement() && node->ToElement()->ClosingType() == XMLElement::CLOSING ) {
770 *parentEnd = static_cast<XMLElement*>(node)->value;
778 XMLElement* el
1108 XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ), function in class:XMLElement
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp102 XMLElement* se;
103 XMLElement* ke;
104 XMLElement* ve;
112 static int parse_sections(const char* section_name, const XMLElement* section);
190 XMLElement* root = xml.NewElement(BLUEDROID_ROOT);
206 const XMLElement* root = xml.RootElement();
210 const XMLElement* section;
226 static int parse_sections(const char* section_name, const XMLElement* section)
228 const XMLElement* key;
239 const XMLElement* valu
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_V_G_.py57 XMLElement = ET.Element variable
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_V_G_.py57 XMLElement = ET.Element variable

Completed in 617 milliseconds