Lines Matching refs:tree

67 An object corresponding to a tree of parsed POD text. Each "node" in
68 a parse-tree (or I<ptree>) is either a text-string or a reference to
69 a B<Pod::InteriorSequence> object. The nodes appear in the parse-tree
376 This method will get/set the corresponding parse-tree of the paragraph's text.
554 Prepends the given string or parse-tree or sequence object to the parse-tree
573 Appends the given string or parse-tree or sequence object to the parse-tree
668 This method will get/set the corresponding parse-tree of the interior
715 ## tree so their reference counts will go to zero and they can be
730 This object corresponds to a tree of parsed POD text. As POD text is
734 strings and sequences. Each interior sequence in the parse-tree may
735 itself contain a parse-tree (since interior sequences may be nested).
749 returns a reference to the new parse-tree. If a single-argument is given,
751 (top) of the parse tree.
775 This method gets/sets the top node of the parse-tree. If no arguments are
776 given, it returns the topmost node in the tree (the root), which is also
778 then the reference is assumed to a parse-tree and becomes the new top node.
799 This method gets/sets the children of the top node in the parse-tree.
819 This method prepends the given text or parse-tree to the current parse-tree.
820 If the first item on the parse-tree is text and the argument is also text,
822 Otherwise the argument is added as a new string or parse-tree I<before>
847 This method appends the given text or parse-tree to the current parse-tree.
848 If the last item on the parse-tree is text and the argument is also text,
850 Otherwise the argument is added as a new string or parse-tree I<after>
879 This method will return the I<raw> text of the POD parse-tree
913 This method performs any necessary cleanup for the parse-tree.
916 otherwise I<parse-tree storage will not be reclaimed upon destruction!>
922 ## tree so their reference counts will go to zero and they can be