Changeset 22264

Show
Ignore:
Timestamp:
10/28/08 10:36:10 (5 years ago)
Author:
daisuke
Message:

docs

Location:
lang/perl/MooseX-DOM/trunk/lib/MooseX
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM.pm

    r22262 r22264  
    285285XML DOM. 
    286286 
    287 =head1 PROVIDED DSL 
     287=head1 DSL PROVIDED TO SETUP YOUR CLASS 
    288288 
    289289The following DSL is provided upon calling C<MooseX::DOM>. When  
     
    312312Creates a closure that transforms nodes to something else, typically an object. 
    313313 
    314 =head1 PROVIDED METHODS 
     314=head1 METHODS AUTOMATICALLY PROVIDED TO YOUR CLASS 
    315315 
    316316The following methods are built onto your class automatically. 
     
    332332 
    333333Does a DOM XPath lookup. Returns whatever value the XPath results to. 
     334 
     335=head1 MooseX::DOM METHODS 
     336 
     337=head2 build_dom_fetchnodes 
     338 
     339=head2 build_dom_nodes 
     340 
     341=head2 build_dom_nodes_accessor 
     342 
     343=head2 build_dom_nodes_appender 
     344 
     345=head2 build_dom_to_class 
     346 
     347=head2 build_dom_value 
     348 
     349=head2 export_keywords 
     350 
     351=head2 unexport_keywords 
     352 
     353=head2 unimport 
    334354 
    335355=head1 DEFAULT BUILDARGS 
  • lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM/LibXML.pm

    r22255 r22264  
    124124 
    1251251; 
     126 
     127__END__ 
     128 
     129=head1 NAME 
     130 
     131MooseX::DOM::LibXML - LibXML Backend 
     132 
     133=head1 METHODS 
     134 
     135=head2 add_attributes 
     136=head2 add_methods 
     137=head2 build_dom_findnodes_method 
     138=head2 build_dom_findvalue_method 
     139=head2 build_dom_root_attr 
     140=head2 build_parse_file_method 
     141=head2 build_parse_string_method 
     142=head2 instance 
     143=head2 setup 
     144 
     145=cut 
  • lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM/LibXML/XPathContext.pm

    r22259 r22264  
    6060 
    61611; 
     62 
     63__END__ 
     64 
     65=head1 NAMe 
     66 
     67MooseX::DOM::LibXML::XPathContext - Wrapper For DOM Nodes 
     68 
     69=head1 METHODS 
     70 
     71=head2 findnodes 
     72 
     73=head2 findvalue 
     74 
     75=cut 
  • lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM/Meta/Class.pm

    r21998 r22264  
    1111 
    12121; 
     13 
     14__END__ 
     15 
     16=head1 NAME 
     17 
     18MooseX::DOM::Meta::Class - Base Meta Class 
     19 
     20=cut 
  • lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM/Meta/LibXML.pm

    r22255 r22264  
    1818 
    19191; 
     20 
     21__END__ 
     22 
     23=head1 NAME 
     24 
     25MooseX::DOM::Meta::LibXML - Meta Class With LibXML Backend 
     26 
     27=cut