EndDocument Class Reference

#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

EndDocumenttoEndDocument (Node *node)
 Casts a generic node to a EndDocument node.
 
const EndDocumenttoEndDocument (const Node *node)
 Casts a generic node to a EndDocument node.
 
EndDocumenttoEndDocument (Node &node)
 Casts a generic node to a EndDocument node.
 
const EndDocumenttoEndDocument (const Node &node)
 Casts a generic node to a EndDocument node.
 

Detailed Description

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).