XML::Sablotron::DOM::DOMHandler - A Perl extention of the XML::Sablotron::DOM class,


XML-Sablotron documentation  | view source Contained in the XML-Sablotron distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

SEE ALSO

Top

perl.


XML-Sablotron documentation  | view source Contained in the XML-Sablotron distribution.