|
NAMEXML::Pastor::Builtin::date - Class for the W3C builtin type date.WARNINGThis module is used internally by XML::Pastor. You do not normally know much about this module to actually use XML::Pastor. It is documented here for completeness and for XML::Pastor developers. Do not count on the interface of this module. It may change in any of the subsequent releases. You have been warned.ISAThis class descends from XML::Pastor::Builtin::Scalar.DESCRIPTIONXML::Pastor::Builtin::date represents the builtin W3C type date.METHODSINHERITED METHODSThis class inherits many methods from its ancestors. Please see XML::Pastor::Builtin::Scalar for more methods.CONSTRUCTORSfromDateTime()my $object = XML::Pastor::Builtin::date->fromDateTime($dt); CONSTRUCTOR. The fromDateTime() constructor method instantiates a new object from DateTime object. It is inheritable. The necessary conversion is done within the method. OTHER METHODSsetFromDateTime()$object->setFromDateTime($dt); This method sets the value of the object from a DateTime object. The necessary conversion is done within the method. toDateTime() my $dt = $object->toDateTime(); This method returns the value of the object as a DateTime object. The necessary conversion is done within the method. xml_validate_further() This method is overriden from XML::Pastor::SimpleType so that date values can be checked for logical inconsistencies. For example, a month value of 14 will cause an error (die). . BUGS & CAVEATSThere no known bugs at this time, but this doesn't mean there are aren't any. Note that, although some testing was done prior to releasing the module, this should still be considered alpha code. So use it at your own risk.Note that there may be other bugs or limitations that the author is not aware of. AUTHORAyhan Ulusoy <dev(at)ulusoy(dot)name>COPYRIGHTCopyright (C) 2006-2007 Ayhan Ulusoy. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOSee also XML::Pastor, XML::Pastor::ComplexType, XML::Pastor::SimpleType, XML::Pastor::Builtin, DateTimeIf you are curious about the implementation, see XML::Pastor::Schema::Parser, XML::Pastor::Schema::Model, XML::Pastor::Generator.
Visit the GSP FreeBSD Man Page Interface. |