Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

XML::Handler::BuildDOM

Name XML::Handler::BuildDOM
Version
Located at /usr/share/perl5
File /usr/share/perl5/XML/Handler/BuildDOM.pm
Is Core No
Search CPAN for this module XML::Handler::BuildDOM
Documentation XML::Handler::BuildDOM
Module Details XML::Handler::BuildDOM

NAME

XML::Handler::BuildDOM - PerlSAX handler that creates XML::DOM document structures


SYNOPSIS

 use XML::Handler::BuildDOM;
 use XML::Parser::PerlSAX;
 my $handler = new XML::Handler::BuildDOM (KeepCDATA => 1);
 my $parser = new XML::Parser::PerlSAX (Handler => $handler);
 my $doc = $parser->parsefile ("file.xml");


DESCRIPTION

XML::Handler::BuildDOM creates the XML::DOM manpage document structures (i.e. the XML::DOM::Document manpage) from PerlSAX events.

This class used to be called the XML::PerlSAX::DOM manpage prior to libxml-enno 1.0.1.

CONSTRUCTOR OPTIONS

The XML::Handler::BuildDOM constructor supports the following options:

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026