Lines Matching defs:const
730 bool XMLDocument::Accept( XMLVisitor* visitor ) const in Accept()
785 XMLNode* XMLNode::DeepClone(XMLDocument* target) const in DeepClone()
944 const XMLElement* XMLNode::FirstChildElement( const char* name ) const in FirstChildElement()
956 const XMLElement* XMLNode::LastChildElement( const char* name ) const in LastChildElement()
968 const XMLElement* XMLNode::NextSiblingElement( const char* name ) const in NextSiblingElement()
980 const XMLElement* XMLNode::PreviousSiblingElement( const char* name ) const in PreviousSiblingElement()
1111 void XMLNode::InsertChildPreamble( XMLNode* insertThis ) const in InsertChildPreamble()
1125 const XMLElement* XMLNode::ToElementWithName( const char* name ) const in ToElementWithName()
1168 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const in ShallowClone()
1179 bool XMLText::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1187 bool XMLText::Accept( XMLVisitor* visitor ) const in Accept()
1217 XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const in ShallowClone()
1227 bool XMLComment::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1235 bool XMLComment::Accept( XMLVisitor* visitor ) const in Accept()
1266 XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const in ShallowClone()
1276 bool XMLDeclaration::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1285 bool XMLDeclaration::Accept( XMLVisitor* visitor ) const in Accept()
1314 XMLNode* XMLUnknown::ShallowClone( XMLDocument* doc ) const in ShallowClone()
1324 bool XMLUnknown::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1332 bool XMLUnknown::Accept( XMLVisitor* visitor ) const in Accept()
1384 XMLError XMLAttribute::QueryIntValue( int* value ) const in QueryIntValue()
1393 XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const in QueryUnsignedValue()
1402 XMLError XMLAttribute::QueryInt64Value(int64_t* value) const in QueryInt64Value()
1411 XMLError XMLAttribute::QueryBoolValue( bool* value ) const in QueryBoolValue()
1420 XMLError XMLAttribute::QueryFloatValue( float* value ) const in QueryFloatValue()
1429 XMLError XMLAttribute::QueryDoubleValue( double* value ) const in QueryDoubleValue()
1509 const XMLAttribute* XMLElement::FindAttribute( const char* name ) const in FindAttribute()
1520 const char* XMLElement::Attribute( const char* name, const char* value ) const in Attribute()
1532 int XMLElement::IntAttribute(const char* name, int defaultValue) const in IntAttribute()
1539 unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const in UnsignedAttribute()
1546 int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const in Int64Attribute()
1553 bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const in BoolAttribute()
1560 double XMLElement::DoubleAttribute(const char* name, double defaultValue) const in DoubleAttribute()
1567 float XMLElement::FloatAttribute(const char* name, float defaultValue) const in FloatAttribute()
1642 XMLError XMLElement::QueryIntText( int* ival ) const in QueryIntText()
1655 XMLError XMLElement::QueryUnsignedText( unsigned* uval ) const in QueryUnsignedText()
1668 XMLError XMLElement::QueryInt64Text(int64_t* ival) const in QueryInt64Text()
1681 XMLError XMLElement::QueryBoolText( bool* bval ) const in QueryBoolText()
1694 XMLError XMLElement::QueryDoubleText( double* dval ) const in QueryDoubleText()
1707 XMLError XMLElement::QueryFloatText( float* fval ) const in QueryFloatText()
1719 int XMLElement::IntText(int defaultValue) const in IntText()
1726 unsigned XMLElement::UnsignedText(unsigned defaultValue) const in UnsignedText()
1733 int64_t XMLElement::Int64Text(int64_t defaultValue) const in Int64Text()
1740 bool XMLElement::BoolText(bool defaultValue) const in BoolText()
1747 double XMLElement::DoubleText(double defaultValue) const in DoubleText()
1754 float XMLElement::FloatText(float defaultValue) const in FloatText()
1921 XMLNode* XMLElement::ShallowClone( XMLDocument* doc ) const in ShallowClone()
1934 bool XMLElement::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1960 bool XMLElement::Accept( XMLVisitor* visitor ) const in Accept()
2077 void XMLDocument::DeepCopy(XMLDocument* target) const in DeepCopy()
2312 void XMLDocument::Print( XMLPrinter* streamer ) const in Print()