29 #ifndef Pt_Xml_DocTypeValidator_h
30 #define Pt_Xml_DocTypeValidator_h
32 #include <Pt/Xml/Api.h>
33 #include <Pt/NonCopyable.h>
40 class DocTypeDefinition;
65 bool validate(
Node& node);
68 class DocTypeValidatorImpl* _impl;
75 #endif // Pt_Xml_DocTypeValidator_h
Protects derived classes from being copied.
Definition: NonCopyable.h:54
Validates an XML document against a DTD.
Definition: DocTypeValidator.h:48
The DocTypeDefinition of an XML document.
Definition: DocTypeDefinition.h:57
XML document node.
Definition: Node.h:50