logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

Description

       XML::PatAct::ACTION is a PerlSAX handler for applying pattern-action lists to XML parses or trees.
       XML::PatAct::ACTION ...

       New XML::PatAct::ACTION instances are creating by calling `new()'.  A Parameters can be passed as a list
       of key, value pairs or a hash.  Patterns and Matcher options are required.  Patterns is the pattern-
       action list to apply.  Matcher is an instance of the pattern or query matching module.

       DESCRIBE THE FORMAT OF YOUR ACTIONS HERE

Name

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

See Also

perl(1)

       ``Using PatAct Modules'' and ``Creating PatAct Modules'' in libxml-perl.

perl v5.36.0                                       2022-12-13                      XML::PatAct::ActionTempl(3pm)

Synopsis

        use XML::PatAct::ACTION;

        my $patterns = [ PATTERN => ACTION,
                         ... ];

        my $matcher = XML::PatAct::ACTION->new(Patterns => $patterns,
                                               Matcher => $matcher );

See Also