ossp-pkg/string-divert/Divert.pod 1.5 -> 1.6
--- Divert.pod 2005/02/22 11:04:16 1.5
+++ Divert.pod 2005/02/22 13:21:34 1.6
@@ -114,6 +114,10 @@
I<Object Construction>. This creates a new string object with either
an empty initial name or the one given in C<$name>.
+=item SAPI: C<$y = $x-E<gt>>B<clone>C<;>
+
+I<Object Cloning>. This recursively clones the string object in C<$x>.
+
=item SAPI: C<$x-E<gt>>B<destroy>C<;>
=item SAPI: C<undef $x;>
@@ -170,6 +174,16 @@
or C<"all"> (both contents and foldings are stored). The default is
C<"all">.
+=item SAPI: C<$mode = $x-E<gt>>B<copying>C<;>
+
+=item SAPI: [C<$old_mode =>] C<$x-E<gt>>B<copying>C<($new_mode);>
+
+I<Copying Mode>. Retrieves the current copying mode of string object
+C<$x> or sets a new copying mode. The mode can be C<"pass"> (just
+pass-through objects in the "copy constructor" from the XAPI) or
+C<"clone"> (clone object in the "copy constructor" from the XAPI). The
+default is C<"pass">.
+
=back
=head2 Content Manipulation
|
|