• Home
  • Raw
  • Download

Lines Matching refs:_value

487 …ldElement( const char* _value=0 )    { return const_cast<XMLElement*>(const_cast<const XMLNode*>(t…
497 …ildElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(…
505 …gElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)…
513 …ngElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(t…
907 …nt* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) retur… in QueryIntAttribute() argument
909 …d int* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XML_NO_… in QueryUnsignedAttribute() argument
911 …l* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return… in QueryBoolAttribute() argument
913 …le* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XM… in QueryDoubleAttribute() argument
915 …oat* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return X… in QueryFloatAttribute() argument
918 …e( const char* name, const char* _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); a-… in SetAttribute() argument
920 …ibute( const char* name, int _value ) { XMLAttribute* a = FindOrCreateAttribute( name )… in SetAttribute() argument
922 …te( const char* name, unsigned _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); … in SetAttribute() argument
924 …bute( const char* name, bool _value ) { XMLAttribute* a = FindOrCreateAttribute( name )… in SetAttribute() argument
926 …bute( const char* name, double _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); … in SetAttribute() argument
994 int QueryIntText( int* _value ) const;
996 int QueryUnsignedText( unsigned* _value ) const;
998 int QueryBoolText( bool* _value ) const;
1000 int QueryDoubleText( double* _value ) const;
1002 int QueryFloatText( float* _value ) const;
1277 … LastChildElement( const char* _value=0 ) { return XMLHandle( node ? node->…
1281 …iousSiblingElement( const char* _value=0 ) { return XMLHandle( node ? node->Previou…
1285 …NextSiblingElement( const char* _value=0 ) { return XMLHandle( node ? node->Nex…
1319 …astChildElement( const char* _value=0 ) const { return XMLConstHandle( node ? node-…
1321 …usSiblingElement( const char* _value=0 ) const { return XMLConstHandle( node ? node->Previo…
1323 …xtSiblingElement( const char* _value=0 ) const { return XMLConstHandle( node ? node->Ne…