الرئيسية > comp > gb.xml > xmlwriter 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  بحث  الإدارة  
المستندات  
تحذير! هذه الصفحة لم يتم ترجمتها.  See english version 
XmlWriter (gb.xml)
This class allows you to write a XML file using a linear mode, that is, once you open a XML file for writting, you have to write each node in order, from the first node to the last one, and from the more superficial to the deeper one. It is less flexible than the XML tree model, but can be easier to use for some tasks. It can use less memory resources too for larger files.

The XML file can be written to a file or stored in memory, so you can use it as a string.

Symbols
This class is not creatable.

الخصائص  الطرق 
 ./dtd  ./data  ./outputstream   ./attribute  ./cdata  ./comment  ./element  EndDocument  EndElement  Flush  Open  PI  StartElement  ./text