Translate perl sax methods to java/corba style methods
use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler);
\*(C`XML::Perl2SAX\*(C' is a \s-1SAX\s0 filter that translates Perl style \s-1SAX\s0 methods to Java/CORBA style method calls. This module performs the inverse operation from \*(C`XML::SAX2Perl\*(C'.
\*(C`Perl2SAX\*(C' is a Perl \s-1SAX\s0 document handler. The `\*(C`new\*(C'' method takes a `\*(C`handler\*(C'' argument that is a Java/CORBA style handler that the new Perl2SAX instance will call. The \s-1SAX\s0 interfaces are defined at <http://www.megginson.com/SAX/>.
Ken MacLeod <[email protected]>
perl\|(1), XML::Perl2SAX\|(3).
Extensible Markup Language (XML) <http://www.w3c.org/XML/> Simple API for XML (SAX) <http://www.megginson.com/SAX/>