Changeset 22264
- Timestamp:
- 10/28/08 10:36:10 (5 years ago)
- Location:
- lang/perl/MooseX-DOM/trunk/lib/MooseX
- Files:
-
- 5 modified
-
DOM.pm (modified) (3 diffs)
-
DOM/LibXML.pm (modified) (1 diff)
-
DOM/LibXML/XPathContext.pm (modified) (1 diff)
-
DOM/Meta/Class.pm (modified) (1 diff)
-
DOM/Meta/LibXML.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM.pm
r22262 r22264 285 285 XML DOM. 286 286 287 =head1 PROVIDED DSL287 =head1 DSL PROVIDED TO SETUP YOUR CLASS 288 288 289 289 The following DSL is provided upon calling C<MooseX::DOM>. When … … 312 312 Creates a closure that transforms nodes to something else, typically an object. 313 313 314 =head1 PROVIDED METHODS314 =head1 METHODS AUTOMATICALLY PROVIDED TO YOUR CLASS 315 315 316 316 The following methods are built onto your class automatically. … … 332 332 333 333 Does 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 334 354 335 355 =head1 DEFAULT BUILDARGS -
lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM/LibXML.pm
r22255 r22264 124 124 125 125 1; 126 127 __END__ 128 129 =head1 NAME 130 131 MooseX::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 60 60 61 61 1; 62 63 __END__ 64 65 =head1 NAMe 66 67 MooseX::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 11 11 12 12 1; 13 14 __END__ 15 16 =head1 NAME 17 18 MooseX::DOM::Meta::Class - Base Meta Class 19 20 =cut -
lang/perl/MooseX-DOM/trunk/lib/MooseX/DOM/Meta/LibXML.pm
r22255 r22264 18 18 19 19 1; 20 21 __END__ 22 23 =head1 NAME 24 25 MooseX::DOM::Meta::LibXML - Meta Class With LibXML Backend 26 27 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)