-
-
09 Sep 1999 23:06:59 UTC
- Distribution: XML-Grove
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers
- Kwalitee
Bus factor: 0- 87.50% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (26.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 ofXML::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>
Module Install Instructions
To install XML::Grove, copy and paste the appropriate command in to your terminal.
cpanm XML::Grove
perl -MCPAN -e shell install XML::Grove
For more information on module installation, please visit the detailed CPAN module installation guide.