The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.