Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

XML::Handler::PrintEvents(3pm)


XML::Handler::PrintEvents

XML::Handler::PrintEvents

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

NAME

XML::Handler::PrintEvents − Prints PerlSAX events (for debugging)

SYNOPSIS

use XML::Handler::PrintEvents;

my $pr = new XML::Handler::PrintEvents;

DESCRIPTION

This PerlSAX handler prints the PerlSAX events it receives to STDOUT . It can be useful when debugging PerlSAX filters. It supports all PerlSAX handler including ignorable_whitespace.

AUTHOR

Send bug reports, hints, tips, suggestions to Enno Derksen at <enno@att.com>.



XML::Handler::PrintEvents(3pm)