DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

XML::Sablotron::DOM::DOMHandler



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

the perl manpage.