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

NAME

XML::Toolset::DOM - An intermediate base class which defines methods which are shared in common between the DOM-based XML::Toolset implementations

SYNOPSIS

  package XML::Toolset::XMLDOM;
  use XML::Toolset::DOM;
  @ISA = ("XML::Toolset::DOM");
  ...

DESCRIPTION

XML::Toolset::DOM is an intermediate base class which defines methods which are shared in common between the DOM-based XML::Toolset implementations.

AUTHOR

Stephen Adkins <spadkins@gmail.com>

COPYRIGHT

(c) 2007 Stephen Adkins, for the purpose of making it Free. This is Free Software. It is licensed under the same terms as Perl itself.