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

NAME

XML::Sablotron::DOM::DOMHandler - A Perl extention of the XML::Sablotron::DOM class, that implements the sablotron DOMHandler callback functions.

SYNOPSIS

  use XML::Sablotron::DOM;
  use XML::Sablotron::DOM::DOMHandler DO_INJECT => 1;

DESCRIPTION

This module adds methods to the XML::Sablotron::DOM module, which provide an implementation of the sablotron DOMHandler callback functions on top of the XML::Sablotron::DOM module.

EXPORT

None at all. However this module has an import function. The import function is used to inject this module into the list of bases (@ISA) of the @XML::Sablotron::DOM module.

AUTHOR

Anselm Kruis, <a.kruis@science-computing.de>

SEE ALSO

perl.