Prints XML to given output iterator.
- Parameters:
-
out | Output iterator to print to. |
node | Node to be printed. Pass xml_document to print entire document. |
flags | Flags controlling how XML is printed. |
- Returns:
- Output iterator pointing to position immediately after last character of printed text.
Referenced by operator<<(), and print().