29#ifndef Pt_Xml_Comment_h
30#define Pt_Xml_Comment_h
32#include <Pt/Xml/Api.h>
33#include <Pt/Xml/Node.h>
57 {
return _content.empty(); }
80 inline static const Node::Type nodeId()
81 {
return Node::Comment; }
93 return nodeCast<Comment>(node);
102 return nodeCast<Comment>(node);
111 return nodeCast<Comment>(node);
120 return nodeCast<Comment>(node);
Unicode capable basic_string.
Definition Api-String.h:67
Node(Type type)
Constructs a new Node object with the specified node type.
Definition Node.h:80
Read and write XML ducuments.
Core module.
Definition Allocator.h:33