Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Parser
Parser.XML
Parser.XML.Tree
Parser.XML.Tree.VirtualNode

Method Parser.XML.Tree.VirtualNode()->render_to_file()


Method render_to_file

void render_to_file(Stdio.File f, void|int(0..1) preserve_roxen_entities)

Description

Creates an XML representation for the node sub tree and streams the output to the file f . If the flag preserve_roxen_entities is set, entities on the form &foo.bar; will not be escaped.