libxspf  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
XspfIndentFormatter Class Reference

#include <XspfIndentFormatter.h>

Inheritance diagram for XspfIndentFormatter:
Inheritance graph
[legend]
Collaboration diagram for XspfIndentFormatter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 XspfIndentFormatter (int shift=0)
 XspfIndentFormatter (XspfIndentFormatter const &source)
XspfIndentFormatteroperator= (XspfIndentFormatter const &source)
 ~XspfIndentFormatter ()

Detailed Description

Outputs XML with proper indentation and newlines. The finishing newline is optional.

Definition at line 63 of file XspfIndentFormatter.h.


Constructor & Destructor Documentation

XspfIndentFormatter ( int  shift = 0)

Creates a new XspfIndentFormatter object with custom indent shift.

Parameters:
shiftNon-positive indent shift (-2 will create two tabs less)

Copy constructor.

Parameters:
sourceSource to copy from

Destroys this XspfIndentFormatter object and deletes all memory associated with it.


Member Function Documentation

XspfIndentFormatter& operator= ( XspfIndentFormatter const &  source)

Assignment operator.

Parameters:
sourceSource to copy from

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines