Perl Diver 2.31
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::Perl2SAX

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

NAME

XML::SAX2Perl -- translate Perl SAX methods to Java/CORBA style methods


SYNOPSIS

 use XML::Perl2SAX;
 $perl2sax = XML::Perl2SAX(handler => $java_style_handler);


DESCRIPTION

XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This module performs the inverse operation from XML::SAX2Perl.

Perl2SAX is a Perl SAX document handler. The `new' method takes a `handler' argument that is a Java/CORBA style handler that the new Perl2SAX instance will call. The SAX interfaces are defined at <http://www.megginson.com/SAX/>.


AUTHOR

Ken MacLeod <ken@bitsko.slc.ut.us>


SEE ALSO

perl(1), XML::Perl2SAX(3).

 Extensible Markup Language (XML) <http://www.w3c.org/XML/>;
 Simple API for XML (SAX) <http://www.megginson.com/SAX/>;

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