|
|
◆ print() [2/2]
template<class Ch >
| std::basic_ostream< Ch > & print |
( |
std::basic_ostream< Ch > & |
out, |
|
|
const xml_node< Ch > & |
node, |
|
|
int |
flags = 0 |
|
) |
| |
|
inline |
Prints XML to given output stream. - Parameters
-
| out | Output stream to print to. |
| node | Node to be printed. Pass xml_document to print entire document. |
| flags | Flags controlling how XML is printed. |
- Returns
- Output stream.
|