#include <Pt/Xml/StartDocument.h>
A Node representing the begin of the XML document. More...
Inherits Node.
Related Symbols | |
(Note that these are not member symbols.) | |
| StartDocument * | toStartDocument (Node *node) |
| Casts a generic node to a StartDocument node. | |
| const StartDocument * | toStartDocument (const Node *node) |
| Casts a generic node to a StartDocument node. | |
| StartDocument & | toStartDocument (Node &node) |
| Casts a generic node to a StartDocument node. | |
| const StartDocument & | toStartDocument (const Node &node) |
| Casts a generic node to a StartDocument node. | |
StartDocument nodes are only reported when the XmlReader is configured to do so. They indicate that the XML declaration has been parsed.