rapidxml

◆ print() [1/2]

template<class OutIt , class Ch >
OutIt print ( OutIt  out,
const xml_node< Ch > &  node,
int  flags = 0 
)
inline

Prints XML to given output iterator.

Parameters
outOutput iterator to print to.
nodeNode to be printed. Pass xml_document to print entire document.
flagsFlags controlling how XML is printed.
Returns
Output iterator pointing to position immediately after last character of printed text.

Referenced by operator<<().