首页 > comp > gb.xml > xmlwriter 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
XmlWriter (gb.xml)
This 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.

代号
该类不可创建。

属性  方法 
./dtd  ./data  ./outputstream    ./attribute  ./cdata  ./comment  ./element  EndDocument  EndElement  Flush  Open  PI  StartElement  ./text