SDX::Document Class Reference

A document that contains child nodes. More...

#include <SDXDocument.h>

Inheritance diagram for SDX::Document:

SDX::NodeContainer

List of all members.

Public Member Functions

 Document ()
 Constructor.
 Document (Document &other)
 Copy contructor taking a reference to a document.
 Document (Document *other)
 Copy contructor taking a pointer to a document.
void sendToContentHandler (ContentHandler *contentHandler, bool onlySendContents=false)
 Send this document (recursively) to the given contentHandler.


Detailed Description

A document that contains child nodes.

The only reason why this class exists is the sendToContentHandler method.

Definition at line 12 of file SDXDocument.h.


Constructor & Destructor Documentation

Document::Document ( Document other  ) 

Copy contructor taking a reference to a document.

Parameters:
other The document of which this document should be a copy.

Definition at line 8 of file SDXDocument.cpp.

Document::Document ( Document other  ) 

Copy contructor taking a pointer to a document.

Parameters:
other The document of which this document should be a copy.

Definition at line 14 of file SDXDocument.cpp.


Member Function Documentation

void Document::sendToContentHandler ( ContentHandler contentHandler,
bool  onlySendContents = false 
)

Send this document (recursively) to the given contentHandler.

Parameters:
contentHandler Content handler to send document to.
onlySendContents If set to true, contentHandler->startDocument() and contentHandler->endDocument() will not be called for this document.

Definition at line 20 of file SDXDocument.cpp.


The documentation for this class was generated from the following files:

Generated on Mon Apr 27 16:55:49 2009 for SDX by  doxygen 1.5.8