xml.h
branchgui
changeset 124 b8d778d4d100
parent 105 9e78d14fd0ba
child 127 656ac25e009b
equal deleted inserted replaced
3:eaed34c31d52 4:7cc41a9e57ae
    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: