|
Writes the procinstr
object to a file or stream.
virtual void procinstr::write( const formatter& fmtr );
A formatter
object, which determines the output file or stream, and how the xhtml output will be formatted.
Nothing.
This operation is used to write the procinstr
object to a file or stream.
This operation is used internally when calling document::write()
for all procinstr
objects in the document. To use this
operation, you must first create a formatter
object. When creating a formatter
object, you specify the output file or
stream, and any format options for the output.
Constant