XML::Validate::Base(3pm) | User Contributed Perl Documentation | XML::Validate::Base(3pm) |
XML::Validate::Base - Abstract base class to be used by XML::Validate modules
use XML::Validate::Base; sub new { ... override new ... } sub validate { ... override validate ... }
XML::Validate::Base provides a base class with helpful subs for real XML::Validate modules.
If the supplied options hash ref contains an option not listed in valid options, this sub throws an exception.
Note that the error gets cleared at the beginning of each "validate" call.
$Revision: 1.9 $ on $Date: 2005/09/06 11:05:08 $ by $Author: johna $
Colin Robertson <cpan _at_ bbc _dot_ co _dot_ uk>
(c) BBC 2005. This program is free software; you can redistribute it and/or modify it under the GNU GPL. See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
2022-06-28 | perl v5.34.0 |