1PPI::Document::FragmentU(s3e)r Contributed Perl DocumentaPtPiIo:n:Document::Fragment(3)
2
3
4

NAME

6       PPI::Document::Fragment - A fragment of a Perl Document
7

DESCRIPTION

9       In some situations you might want to work with a fragment of a larger
10       document. "PPI::Document::Fragment" is a class intended for this
11       purpose.  It is functionally almost identical to a normal
12       PPI::Document, except that it is not possible to get line/column
13       positions for the elements within it, and it does not represent a
14       scope.
15

METHODS

17   index_locations
18       Unlike when called on a PPI::Document object, you should not be
19       attempting to find locations of things within a
20       PPI::Document::Fragment, and thus any call to the "index_locations"
21       will print a warning and return "undef" instead of attempting to index
22       the locations of the Elements.
23

TO DO

25       Integrate this into the rest of PPI so it has actual practical uses.
26       The most obvious would be to implement arbitrary cut/copy/paste more
27       easily.
28

SUPPORT

30       See the support section in the main module.
31

AUTHOR

33       Adam Kennedy <adamk@cpan.org>
34
36       Copyright 2001 - 2011 Adam Kennedy.
37
38       This program is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40
41       The full text of the license can be found in the LICENSE file included
42       with this module.
43
44
45
46perl v5.16.3                      2011-02-26        PPI::Document::Fragment(3)
Impressum