From: John Napiorkowski Date: Wed, 22 Sep 2010 21:39:50 +0000 (-0400) Subject: further stubbing of methods X-Git-Tag: release_0.009004~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=f6644c714de7a713bb9a409d7fd85b1d26295a4f further stubbing of methods --- diff --git a/lib/HTML/Zoom/FilterBuilder.pm b/lib/HTML/Zoom/FilterBuilder.pm index ff074c7..a5ba5f4 100644 --- a/lib/HTML/Zoom/FilterBuilder.pm +++ b/lib/HTML/Zoom/FilterBuilder.pm @@ -285,6 +285,62 @@ HTML::Zoom::FilterBuilder - Add Filters to a Stream Given a L stream, provide methods to apply filters which alter the content of that stream. +=head1 METHODS + +This class defines the following public API + +=head2 set_attribute + + TBD + +=head2 add_attribute + + TBD + +=head2 remove_attribute + + TBD + +=head2 collect + + TBD + +=head2 collect_content + + TBD + +=head2 add_before + + TBD + +=head2 add_after + + TBD + +=head2 prepend_content + + TBD + +=head2 append_content + + TBD + +=head2 replace + + TBD + +=head2 replace_content + + TBD + +=head2 repeat + + TBD + +=head2 repeat_content + + TBD + =head1 ALSO SEE L