NAME
Data::Schema::Plugin::LoadSchema::Base - Base class for other DSP::LoadSchema::* plugins
SYNOPSIS
# see other DSP::LoadSchema::* plugins
ATTRIBUTES
validator
METHODS
get_schema($self, $name)
Return the schema specified by $name
, or undef
if not found. Override this in your subclass.
handle_unknown_type($name)
Load and register schema type if found, or -1 if not found.
AUTHOR
Steven Haryanto, <steven at masterweb.net>
COPYRIGHT & LICENSE
Copyright 2009 Steven Haryanto, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.