Method Parser.XML.Tree.VirtualNode()->render_to_file()
- Method
render_to_file
void
render_to_file(Stdio.File
f
,void
|bool
preserve_roxen_entities
)- Description
Creates an XML representation for the node sub tree and streams the output to the file
f
. If the flagpreserve_roxen_entities
is set, entities on the form &foo.bar; will not be escaped.