gui/xml.h
changeset 1894 f794a0bb40c9
parent 1875 98698b69a902
child 1936 0722ea2b0907
equal deleted inserted replaced
3:31c74a344675 4:8deb81616e05
    98     };
    98     };
    99 
    99 
   100     ///Read/write a tag
   100     ///Read/write a tag
   101   
   101   
   102     ///Read/write a tag.
   102     ///Read/write a tag.
   103     ///The whole <foo> ... </foo> will be places in a single line.
   103     ///The whole \<foo\> ... \</foo\> will be placed in a single line.
   104     class LineTag
   104     class LineTag
   105     {
   105     {
   106       XmlIo &ix;
   106       XmlIo &ix;
   107       const std::string _tag;
   107       const std::string _tag;
   108     public:
   108     public: