Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:FILE

99 	in the XML file.
167 virtual void Print( FILE* cfile, int depth ) const = 0;
180 /** Return the position, in the original source file, of this node or attribute.
440 Document: filename of the xml file
461 Document: filename of the xml file
781 // Prints this Attribute to a FILE stream.
782 virtual void Print( FILE* cfile, int depth ) const;
989 // Print the Element to a FILE stream.
990 virtual void Print( FILE* cfile, int depth ) const;
1034 /// Write this Comment to a FILE stream.
1035 virtual void Print( FILE* cfile, int depth ) const;
1057 and CDATA. It will default to the mode it was parsed from the XML file and
1088 /// Write this text object to a FILE stream.
1089 virtual void Print( FILE* cfile, int depth ) const;
1115 /** In correct XML the declaration is the first entry in the file.
1160 /// Print this declaration to a FILE stream.
1161 virtual void Print( FILE* cfile, int depth ) const;
1183 It will be written back to the XML, unchanged, when the file
1199 /// Print this Unknown to a FILE stream.
1200 virtual void Print( FILE* cfile, int depth ) const;
1219 The 'value' of a document node is the xml file name.
1239 /** Load a file using the current document value.
1244 /// Save a file using the current document value. Returns true if successful.
1246 /// Load a file using the given filename. Returns true if successful.
1248 /// Save a file using the given filename. Returns true if successful.
1308 when the file is loaded. Very useful for tracking the DOM back in to
1309 the source file.
1343 /// Print this Document to a FILE stream.
1344 virtual void Print( FILE* cfile, int depth = 0 ) const;