#include <Pt/Xml/EndDocument.h>
Represents the end of an XML document. More...
Inherits Node.
Public Member Functions | |
EndDocument () | |
Creates an EndDocument object. | |
Type | type () const |
Returns the type of the node. | |
Related Functions | |
EndDocument * | toEndDocument (Node *node) |
Casts a generic node to a EndDocument node. | |
const EndDocument * | toEndDocument (const Node *node) |
Casts a generic node to a EndDocument node. | |
EndDocument & | toEndDocument (Node &node) |
Casts a generic node to a EndDocument node. | |
const EndDocument & | toEndDocument (const Node &node) |
Casts a generic node to a EndDocument node. | |
The last node which is read from a document is the EndDocument node. It is reported after all XML tags in the epilogue were parsed, similar to an end-of-file marker (EOF).