1XML::PatAct::ActionTempUls(e3r)Contributed Perl DocumentXaMtLi:o:nPatAct::ActionTempl(3)
2
3
4

NAME

6       XML::PatAct::ACTION - An action module for
7

SYNOPSIS

9        use XML::PatAct::ACTION;
10
11        my $patterns = [ PATTERN => ACTION,
12                         ... ];
13
14        my $matcher = XML::PatAct::ACTION->new(Patterns => $patterns,
15                                               Matcher => $matcher );
16

DESCRIPTION

18       XML::PatAct::ACTION is a PerlSAX handler for applying pattern-action
19       lists to XML parses or trees.  XML::PatAct::ACTION ...
20
21       New XML::PatAct::ACTION instances are creating by calling `new()'.  A
22       Parameters can be passed as a list of key, value pairs or a hash.  Pat‐
23       terns and Matcher options are required.  Patterns is the pattern-action
24       list to apply.  Matcher is an instance of the pattern or query matching
25       module.
26
27       DESCRIBE THE FORMAT OF YOUR ACTIONS HERE
28

AUTHOR

30       This template file was written by Ken MacLeod, ken@bitsko.slc.ut.us
31

SEE ALSO

33       perl(1)
34
35       ``Using PatAct Modules'' and ``Creating PatAct Modules'' in
36       libxml-perl.
37
38
39
40perl v5.8.8                       2003-10-21       XML::PatAct::ActionTempl(3)
Impressum