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::Grove::Builder

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

NAME

XML::Grove::Builder - PerlSAX handler for building an XML::Grove


SYNOPSIS

 use PerlSAXParser;
 use XML::Grove::Builder;
 $builder = XML::Grove::Builder->new();
 $parser = PerlSAXParser->new( Handler => $builder );
 $grove = $parser->parse( Source => [SOURCE] );


DESCRIPTION

XML::Grove::Builder is a PerlSAX handler for building an XML::Grove.

XML::Grove::Builder is used by creating a new instance of XML::Grove::Builder and providing it as the Handler for a PerlSAX parser. Calling `parse()' on the PerlSAX parser will return the grove built from that parse.


AUTHOR

Ken MacLeod, ken@bitsko.slc.ut.us


SEE ALSO

perl(1), XML::Grove(3), PerlSAX.pod

Extensible Markup Language (XML) <http://www.w3c.org/XML>

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