Lines Matching refs:String

67 class XMLAttribute : public String
70 String sValue;
75 const String &rName, // attributes name in XMLAttribute()
76 const String &rValue // attributes data in XMLAttribute()
78 : String( rName ), sValue( rValue ) {} in XMLAttribute()
81 const String &GetValue() { return sValue; } in GetValue()
83 void setValue(const String &rValue){sValue=rValue;} in setValue()
212 const String &rFileName // the file name, empty if created from memory stream
236 const String &GetName() { return sFileName; } in GetName()
237 void SetName( const String &rFilename ) { sFileName = rFilename; } in SetName()
238 void SetFullName( const String &rFullFilename ) { sFullName = rFullFilename; } in SetFullName()
243 void WriteString( ofstream &rStream, const String &sString );
246 void QuotHTML( String &rString );
251 String sFileName;
252 String sFullName;
268 static void QuotHTML( String &rString );
271 static void UnQuotHTML ( String &rString );
291 static void UnQuotData( String &rString );
292 static void UnQuotTags( String &rString );
308 String sElementName;
324 const String &rName, // the element name in XMLElement()
346 const String &GetName() { return sElementName; } in GetName()
352 void AddAttribute( const String &rAttribute, const String &rValue );
354 void ChangeLanguageTag( const String &rValue );
365 const String &rName // the attribute name
393 String sData;
399 const String &rData, // the initial data in XMLData()
404 const String &rData, // the initial data in XMLData()
416 const String &GetData() { return sData; } in GetData()
421 const String &rData // the new data
435 String sComment;
440 const String &rComment, // the comment in XMLComment()
452 const String &GetComment() { return sComment; } in GetComment()
462 String sDefault;
467 const String &rDefault, // the comment in XMLDefault()
480 const String &GetDefault() { return sDefault; } in GetDefault()
491 String sMessage; // readable error message
532 const String &rFullFileName,
533 const String &rFileName, // the file name