1XML::PatAct::ActionTempUls(e3r)Contributed Perl DocumentXaMtLi:o:nPatAct::ActionTempl(3)
2
3
4
6 XML::PatAct::ACTION - An action module for
7
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
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.
23 Patterns and Matcher options are required. Patterns is the pattern-
24 action list to apply. Matcher is an instance of the pattern or query
25 matching module.
26
27 DESCRIBE THE FORMAT OF YOUR ACTIONS HERE
28
30 This template file was written by Ken MacLeod, ken@bitsko.slc.ut.us
31
33 perl(1)
34
35 ``Using PatAct Modules'' and ``Creating PatAct Modules'' in libxml-
36 perl.
37
38
39
40perl v5.38.0 2023-07-21 XML::PatAct::ActionTempl(3)