Embedix::ECD::Node - a base class for ECD nodes


Embedix-ECD documentation Contained in the Embedix-ECD distribution.

Index


Code Index:

NAME

Top

Embedix::ECD::Node - a base class for ECD nodes

SYNOPSIS

Top

instantiation

    # don't instantiate me!

inheriting

    package Embedix::ECD::Group;
    use vars qw(@ISA);

    @ISA = qw(Embedix::ECD::Node);

REQUIRES

Top

Some::Module

DESCRIPTION

Top

a brief summary of the module written with users in mind.

METHODS

Top

methods

CLASS VARIABLES

Top

cvars

DIAGNOSTICS

Top

error messages

COPYRIGHT

Top

AUTHOR

Top

John BEPPU <beppu@lineo.com>

SEE ALSO

Top

the latest version

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__