Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

XML::PatAct::MatchName

Name XML::PatAct::MatchName
Version 0.08
Located at /usr/local/share/perl5
File /usr/local/share/perl5/XML/PatAct/MatchName.pm
Is Core No
Search CPAN for this module XML::PatAct::MatchName
Documentation XML::PatAct::MatchName
Module Details XML::PatAct::MatchName

NAME

XML::PatAct::MatchName - A pattern module for matching element names


SYNOPSIS

 use XML::PatAct::MatchName;
 my $matcher = XML::PatAct::MatchName->new();
 my $patterns = [ 'foo' => ACTION,
                  'bar/foo' => ACTION,
                  ... ];


DESCRIPTION

XML::PatAct::MatchName is a pattern module for use with PatAct drivers for applying pattern-action lists to XML parses or trees. XML::PatAct::MatchName is a simple pattern module that uses just element names to match on. If multiple names are supplied seperated by `/' characters, then all of the parent element names must match as well.

The order of patterns in the list is not significant. XML::PatAct::MatchName will use the most specific match. Using the synopsis above as an example, if you have an element `foo', `bar/foo' will match if `foo' is in an element `bar', otherwise just the pattern with `foo' will match.


AUTHOR

Ken MacLeod, ken@bitsko.slc.ut.us


SEE ALSO

perl(1)

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024