| Embedix-ECD documentation | Contained in the Embedix-ECD distribution. |
Embedix::ECD::Node - a base class for ECD nodes
instantiation
# don't instantiate me!
inheriting
package Embedix::ECD::Group;
use vars qw(@ISA);
@ISA = qw(Embedix::ECD::Node);
a brief summary of the module written with users in mind.
methods
cvars
error messages
Copyright (c) 2000 John BEPPU. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
John BEPPU <beppu@lineo.com>
| Embedix-ECD documentation | Contained in the Embedix-ECD distribution. |
package Embedix::ECD::Node; use strict; # XXX : I'm just getting this started. Eventually, huge chunks # of Embedix::ECD will be moved here. There are, however, more # important things to be done first, like making a faster parser # and doing other things in Embedix::DB::Pg. 1; __END__