Lines Matching +defs:expand +defs:file +defs:name
1125 XMLAttribute* XMLElement::FindAttribute( const char* name ) in FindAttribute()
1147 const char* XMLElement::Attribute( const char* name, const char* value ) const in Attribute() argument
1233 XMLAttribute* XMLElement::FindOrCreateAttribute( const char* name ) in FindOrCreateAttribute()
1260 void XMLElement::DeleteAttribute( const char* name ) in DeleteAttribute()
1463 XMLElement* XMLDocument::NewElement( const char* name ) in NewElement()
1659 XMLPrinter::XMLPrinter( FILE* file, bool compact ) : in XMLPrinter()
1698 int expand = 1000; in Print() local
1779 void XMLPrinter::OpenElement( const char* name ) in OpenElement()
1798 void XMLPrinter::PushAttribute( const char* name, const char* value ) in PushAttribute()
1807 void XMLPrinter::PushAttribute( const char* name, int v ) in PushAttribute()
1815 void XMLPrinter::PushAttribute( const char* name, unsigned v ) in PushAttribute()
1823 void XMLPrinter::PushAttribute( const char* name, bool v ) in PushAttribute()
1831 void XMLPrinter::PushAttribute( const char* name, double v ) in PushAttribute()
1842 const char* name = stack.Pop(); in CloseElement() local