Webmaster  |  Imprint 
C++ Server Pages
Main  |  License  |  Documentation  |  Download 

EndDocument Class Reference

A Node which represents the end of the XML document. More...

#include <cxxtools/xml/enddocument.h>

Inheritance diagram for EndDocument:

Node

List of all members.

Public Member Functions

 EndDocument ()
 Creates an EndDocument object.
 ~EndDocument ()
 Destructs this EndDocument object.
EndDocumentclone () const
 Clones this EndDocument object by creating a duplicate on the heap and returning it.


Detailed Description

The last Node/Element which is read from a document is the EndDocument-node. It is read after the last tag, Text or comment was read from the XML document. This is similar to an eof character at the end of a file read.

See also:
Node

Member Function Documentation

EndDocument* clone (  )  const [virtual]

Returns:
A cloned version of this EndDocument object.

Implements Node.

Copyright © 2008 The Tntnet Development Team
Tntnet 1.6