The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::Pastor::NodeArray - An array class of hashes that has magical properties via overloading and AUTOLOAD.

ISA

This class is a simple wrapper around Data::HashArray

SYNOPSIS

  # please see the documentation of Data::HashArray  

DESCRIPTION

XML::Pastor::NodeArray is an array class that is used for element multiplicity in XML::Pastor.

Normally, XML::Pastor::NodeArray is an array of hashes or hash-based objects. This class has some magical properties that make it easier to deal with multiplicity.

XML::Pastor::NodeArray is a simple wrapper around the generic class Data::HashArray. Please see the documentation of Data::HashArray for more details.

BUGS & CAVEATS

There 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.

AUTHOR

Ayhan Ulusoy <dev@ulusoy.name>

COPYRIGHT

  Copyright (C) 2006-2008 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 ALSO

See also Data::HashArray, XML::Pastor, XML::Pastor::ComplexType