00001 #ifndef X3DTK_X3D_FILEVALIDATOR_H 00002 #define X3DTK_X3D_FILEVALIDATOR_H 00003 00004 #include "X3DOnePassProcessor.h" 00005 #include "X3D_FileValidatorStateVariables.h" 00006 #include "X3D_X3DNode.h" 00007 00008 namespace X3DTK { 00009 namespace X3D { 00010 00022 class FileValidator : public X3DOnePassProcessor 00023 { 00024 public: 00026 FileValidator(); 00028 virtual ~FileValidator(); 00029 00031 virtual bool validate(SFNode N) const; 00032 }; 00033 00034 } 00035 } 00036 00037 #endif