code::XML::Outputter Class Reference

List of all members.

Detailed Description

Allows you to write a XML Document to an XML output stream.

See also:
XML
Author:
Lakshman
Version:
Id
code_XML.h,v 1.11 2009/06/02 20:17:40 lakshman Exp


Public Member Functions

 Outputter (bool indent=true)
void write (std::ostream &os, const XML::Element &e, int depth)
 the depth is the number of spaces to indent this element.
void write (std::ostream &os, const XML::Document &doc)


Constructor & Destructor Documentation

code::XML::Outputter::Outputter ( bool  indent = true  )  [inline]


Member Function Documentation

void code::XML::Outputter::write ( std::ostream &  os,
const XML::Document doc 
)

void code::XML::Outputter::write ( std::ostream &  os,
const XML::Element e,
int  depth 
)

the depth is the number of spaces to indent this element.


Generated on Fri May 4 13:40:13 2012 for WDSS-IIw2 by  doxygen 1.4.7