schemaFile = $schema; } /** * Set handler for format * * Set the format handler for $format to the specified handler class, which * should extend from ezcDocument. * * @param DOMDocument $document * @return void */ public static function validateDomDocument( DOMDocument $document ) { // @TODO: Implement } } ?>