home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _3d02ca8500aae6e0a973cb2da9be409b < prev    next >
Text File  |  2000-03-23  |  48KB  |  914 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Pod::Parser - base class for creating POD filters and translators</TITLE>
  5. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Pod::Parser - base class for creating POD filters and translators</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#requires">REQUIRES</A></LI>
  25.     <LI><A HREF="#exports">EXPORTS</A></LI>
  26.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  27.     <LI><A HREF="#quick overview">QUICK OVERVIEW</A></LI>
  28.     <LI><A HREF="#parsing options">PARSING OPTIONS</A></LI>
  29.     <LI><A HREF="#recommended subroutine/method overrides">RECOMMENDED SUBROUTINE/METHOD OVERRIDES</A></LI>
  30.     <LI><A HREF="#command()"><STRONG>command()</STRONG></A></LI>
  31.     <LI><A HREF="#verbatim()"><STRONG>verbatim()</STRONG></A></LI>
  32.     <LI><A HREF="#textblock()"><STRONG>textblock()</STRONG></A></LI>
  33.     <LI><A HREF="#interior_sequence()"><STRONG>interior_sequence()</STRONG></A></LI>
  34.     <LI><A HREF="#optional subroutine/method overrides">OPTIONAL SUBROUTINE/METHOD OVERRIDES</A></LI>
  35.     <LI><A HREF="#new()"><STRONG>new()</STRONG></A></LI>
  36.     <LI><A HREF="#initialize()"><STRONG>initialize()</STRONG></A></LI>
  37.     <LI><A HREF="#begin_pod()"><STRONG>begin_pod()</STRONG></A></LI>
  38.     <LI><A HREF="#begin_input()"><STRONG>begin_input()</STRONG></A></LI>
  39.     <LI><A HREF="#end_input()"><STRONG>end_input()</STRONG></A></LI>
  40.     <LI><A HREF="#end_pod()"><STRONG>end_pod()</STRONG></A></LI>
  41.     <LI><A HREF="#preprocess_line()"><STRONG>preprocess_line()</STRONG></A></LI>
  42.     <LI><A HREF="#preprocess_paragraph()"><STRONG>preprocess_paragraph()</STRONG></A></LI>
  43.     <LI><A HREF="#methods for parsing and processing">METHODS FOR PARSING AND PROCESSING</A></LI>
  44.     <LI><A HREF="#parse_text()"><STRONG>parse_text()</STRONG></A></LI>
  45.     <LI><A HREF="#interpolate()"><STRONG>interpolate()</STRONG></A></LI>
  46.     <LI><A HREF="#parse_paragraph()"><STRONG>parse_paragraph()</STRONG></A></LI>
  47.     <LI><A HREF="#parse_from_filehandle()"><STRONG>parse_from_filehandle()</STRONG></A></LI>
  48.     <LI><A HREF="#parse_from_file()"><STRONG>parse_from_file()</STRONG></A></LI>
  49.     <LI><A HREF="#accessor methods">ACCESSOR METHODS</A></LI>
  50.     <LI><A HREF="#errorsub()"><STRONG>errorsub()</STRONG></A></LI>
  51.     <LI><A HREF="#cutting()"><STRONG>cutting()</STRONG></A></LI>
  52.     <LI><A HREF="#parseopts()"><STRONG>parseopts()</STRONG></A></LI>
  53.     <LI><A HREF="#output_file()"><STRONG>output_file()</STRONG></A></LI>
  54.     <LI><A HREF="#output_handle()"><STRONG>output_handle()</STRONG></A></LI>
  55.     <LI><A HREF="#input_file()"><STRONG>input_file()</STRONG></A></LI>
  56.     <LI><A HREF="#input_handle()"><STRONG>input_handle()</STRONG></A></LI>
  57.     <LI><A HREF="#input_streams()"><STRONG>input_streams()</STRONG></A></LI>
  58.     <LI><A HREF="#top_stream()"><STRONG>top_stream()</STRONG></A></LI>
  59.     <LI><A HREF="#private methods and data">PRIVATE METHODS AND DATA</A></LI>
  60.     <LI><A HREF="#_push_input_stream()"><STRONG>_push_input_stream()</STRONG></A></LI>
  61.     <LI><A HREF="#_pop_input_stream()"><STRONG>_pop_input_stream()</STRONG></A></LI>
  62.     <LI><A HREF="#treebased parsing">TREE-BASED PARSING</A></LI>
  63.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  64.     <LI><A HREF="#author">AUTHOR</A></LI>
  65. </UL>
  66. <!-- INDEX END -->
  67.  
  68. <HR>
  69. <P>
  70. <H1><A NAME="name">NAME</A></H1>
  71. <P>Pod::Parser - base class for creating POD filters and translators</P>
  72. <P>
  73. <HR>
  74. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  75. <UL>
  76. <LI>Linux</LI>
  77. <LI>Solaris</LI>
  78. <LI>Windows</LI>
  79. </UL>
  80. <HR>
  81. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  82. <PRE>
  83.     use Pod::Parser;</PRE>
  84. <PRE>
  85.     package MyParser;
  86.     @ISA = qw(Pod::Parser);</PRE>
  87. <PRE>
  88.     sub command { 
  89.         my ($parser, $command, $paragraph, $line_num) = @_;
  90.         ## Interpret the command and its text; sample actions might be:
  91.         if ($command eq 'head1') { ... }
  92.         elsif ($command eq 'head2') { ... }
  93.         ## ... other commands and their actions
  94.         my $out_fh = $parser->output_handle();
  95.         my $expansion = $parser->interpolate($paragraph, $line_num);
  96.         print $out_fh $expansion;
  97.     }</PRE>
  98. <PRE>
  99.     sub verbatim { 
  100.         my ($parser, $paragraph, $line_num) = @_;
  101.         ## Format verbatim paragraph; sample actions might be:
  102.         my $out_fh = $parser->output_handle();
  103.         print $out_fh $paragraph;
  104.     }</PRE>
  105. <PRE>
  106.     sub textblock { 
  107.         my ($parser, $paragraph, $line_num) = @_;
  108.         ## Translate/Format this block of text; sample actions might be:
  109.         my $out_fh = $parser->output_handle();
  110.         my $expansion = $parser->interpolate($paragraph, $line_num);
  111.         print $out_fh $expansion;
  112.     }</PRE>
  113. <PRE>
  114.     sub interior_sequence { 
  115.         my ($parser, $seq_command, $seq_argument) = @_;
  116.         ## Expand an interior sequence; sample actions might be:
  117.         return "*$seq_argument*"     if ($seq_command eq 'B');
  118.         return "`$seq_argument'"     if ($seq_command eq 'C');
  119.         return "_${seq_argument}_'"  if ($seq_command eq 'I');
  120.         ## ... other sequence commands and their resulting text
  121.     }</PRE>
  122. <PRE>
  123.     package main;</PRE>
  124. <PRE>
  125.     ## Create a parser object and have it parse file whose name was
  126.     ## given on the command-line (use STDIN if no files were given).
  127.     $parser = new MyParser();
  128.     $parser->parse_from_filehandle(\*STDIN)  if (@ARGV == 0);
  129.     for (@ARGV) { $parser->parse_from_file($_); }</PRE>
  130. <P>
  131. <HR>
  132. <H1><A NAME="requires">REQUIRES</A></H1>
  133. <P>perl5.005, Pod::InputObjects, Exporter, Symbol, Carp</P>
  134. <P>
  135. <HR>
  136. <H1><A NAME="exports">EXPORTS</A></H1>
  137. <P>Nothing.</P>
  138. <P>
  139. <HR>
  140. <H1><A NAME="description">DESCRIPTION</A></H1>
  141. <P><STRONG>Pod::Parser</STRONG> is a base class for creating POD filters and translators.
  142. It handles most of the effort involved with parsing the POD sections
  143. from an input stream, leaving subclasses free to be concerned only with
  144. performing the actual translation of text.</P>
  145. <P><STRONG>Pod::Parser</STRONG> parses PODs, and makes method calls to handle the various
  146. components of the POD. Subclasses of <STRONG>Pod::Parser</STRONG> override these methods
  147. to translate the POD into whatever output format they desire.</P>
  148. <P>
  149. <HR>
  150. <H1><A NAME="quick overview">QUICK OVERVIEW</A></H1>
  151. <P>To create a POD filter for translating POD documentation into some other
  152. format, you create a subclass of <STRONG>Pod::Parser</STRONG> which typically overrides
  153. just the base class implementation for the following methods:</P>
  154. <UL>
  155. <LI>
  156. <STRONG>command()</STRONG>
  157. <P></P>
  158. <LI>
  159. <STRONG>verbatim()</STRONG>
  160. <P></P>
  161. <LI>
  162. <STRONG>textblock()</STRONG>
  163. <P></P>
  164. <LI>
  165. <STRONG>interior_sequence()</STRONG>
  166. <P></P></UL>
  167. <P>You may also want to override the <STRONG>begin_input()</STRONG> and <STRONG>end_input()</STRONG>
  168. methods for your subclass (to perform any needed per-file and/or
  169. per-document initialization or cleanup).</P>
  170. <P>If you need to perform any preprocesssing of input before it is parsed
  171. you may want to override one or more of <STRONG>preprocess_line()</STRONG> and/or
  172. <STRONG>preprocess_paragraph()</STRONG>.</P>
  173. <P>Sometimes it may be necessary to make more than one pass over the input
  174. files. If this is the case you have several options. You can make the
  175. first pass using <STRONG>Pod::Parser</STRONG> and override your methods to store the
  176. intermediate results in memory somewhere for the <STRONG>end_pod()</STRONG> method to
  177. process. You could use <STRONG>Pod::Parser</STRONG> for several passes with an
  178. appropriate state variable to control the operation for each pass. If
  179. your input source can't be reset to start at the beginning, you can
  180. store it in some other structure as a string or an array and have that
  181. structure implement a <STRONG>getline()</STRONG> method (which is all that
  182. <STRONG>parse_from_filehandle()</STRONG> uses to read input).</P>
  183. <P>Feel free to add any member data fields you need to keep track of things
  184. like current font, indentation, horizontal or vertical position, or
  185. whatever else you like. Be sure to read <A HREF="#private methods and data">PRIVATE METHODS AND DATA</A>
  186. to avoid name collisions.</P>
  187. <P>For the most part, the <STRONG>Pod::Parser</STRONG> base class should be able to
  188. do most of the input parsing for you and leave you free to worry about
  189. how to intepret the commands and translate the result.</P>
  190. <P>Note that all we have described here in this quick overview is the
  191. simplest most straightforward use of <STRONG>Pod::Parser</STRONG> to do stream-based
  192. parsing. It is also possible to use the <STRONG>Pod::Parser::parse_text</STRONG> function
  193. to do more sophisticated tree-based parsing. See <A HREF="#treebased parsing">TREE-BASED PARSING</A>.</P>
  194. <P>
  195. <HR>
  196. <H1><A NAME="parsing options">PARSING OPTIONS</A></H1>
  197. <P>A <EM>parse-option</EM> is simply a named option of <STRONG>Pod::Parser</STRONG> with a
  198. value that corresponds to a certain specified behavior. These various
  199. behaviors of <STRONG>Pod::Parser</STRONG> may be enabled/disabled by setting or
  200. or unsetting one or more <EM>parse-options</EM> using the <STRONG>parseopts()</STRONG> method.
  201. The set of currently accepted parse-options is as follows:</P>
  202. <DL>
  203. <DT><STRONG><A NAME="item_want_nonPODs"><STRONG>-want_nonPODs</STRONG> (default: unset)</A></STRONG><BR>
  204. <DD>
  205. Normally (by default) <STRONG>Pod::Parser</STRONG> will only provide access to
  206. the POD sections of the input. Input paragraphs that are not part
  207. of the POD-format documentation are not made available to the caller
  208. (not even using <STRONG>preprocess_paragraph()</STRONG>). Setting this option to a
  209. non-empty, non-zero value will allow <STRONG>preprocess_paragraph()</STRONG> to see
  210. non-POD sections of the input as well as POD sections. The <STRONG>cutting()</STRONG>
  211. method can be used to determine if the corresponding paragraph is a POD
  212. paragraph, or some other input paragraph.
  213. <P></P>
  214. <DT><STRONG><A NAME="item_process_cut_cmd"><STRONG>-process_cut_cmd</STRONG> (default: unset)</A></STRONG><BR>
  215. <DD>
  216. Normally (by default) <STRONG>Pod::Parser</STRONG> handles the <CODE>=cut</CODE> POD directive
  217. by itself and does not pass it on to the caller for processing. Setting
  218. this option to a non-empty, non-zero value will cause <STRONG>Pod::Parser</STRONG> to
  219. pass the <CODE>=cut</CODE> directive to the caller just like any other POD command
  220. (and hence it may be processed by the <STRONG>command()</STRONG> method).
  221. <P><STRONG>Pod::Parser</STRONG> will still interpret the <CODE>=cut</CODE> directive to mean that
  222. ``cutting mode'' has been (re)entered, but the caller will get a chance
  223. to capture the actual <CODE>=cut</CODE> paragraph itself for whatever purpose
  224. it desires.</P>
  225. <P></P>
  226. <DT><STRONG><A NAME="item_warnings"><STRONG>-warnings</STRONG> (default: unset)</A></STRONG><BR>
  227. <DD>
  228. Normally (by default) <STRONG>Pod::Parser</STRONG> recognizes a bare minimum of
  229. pod syntax errors and warnings and issues diagnostic messages
  230. for errors, but not for warnings. (Use <STRONG>Pod::Checker</STRONG> to do more
  231. thorough checking of POD syntax.) Setting this option to a non-empty,
  232. non-zero value will cause <STRONG>Pod::Parser</STRONG> to issue diagnostics for
  233. the few warnings it recognizes as well as the errors.
  234. <P></P></DL>
  235. <P>Please see <A HREF="#parseopts()">parseopts()</A> for a complete description of the interface
  236. for the setting and unsetting of parse-options.</P>
  237. <P>
  238. <HR>
  239. <H1><A NAME="recommended subroutine/method overrides">RECOMMENDED SUBROUTINE/METHOD OVERRIDES</A></H1>
  240. <P><STRONG>Pod::Parser</STRONG> provides several methods which most subclasses will probably
  241. want to override. These methods are as follows:</P>
  242. <P>
  243. <HR>
  244. <H1><A NAME="command()"><STRONG>command()</STRONG></A></H1>
  245. <PRE>
  246.             $parser->command($cmd,$text,$line_num,$pod_para);</PRE>
  247. <P>This method should be overridden by subclasses to take the appropriate
  248. action when a POD command paragraph (denoted by a line beginning with
  249. ``='') is encountered. When such a POD directive is seen in the input,
  250. this method is called and is passed:</P>
  251. <DL>
  252. <DT><STRONG><A NAME="item_%24cmd"><CODE>$cmd</CODE></A></STRONG><BR>
  253. <DD>
  254. the name of the command for this POD paragraph
  255. <P></P>
  256. <DT><STRONG><A NAME="item_%24text"><CODE>$text</CODE></A></STRONG><BR>
  257. <DD>
  258. the paragraph text for the given POD paragraph command.
  259. <P></P>
  260. <DT><STRONG><A NAME="item_%24line_num"><CODE>$line_num</CODE></A></STRONG><BR>
  261. <DD>
  262. the line-number of the beginning of the paragraph
  263. <P></P>
  264. <DT><STRONG><A NAME="item_%24pod_para"><CODE>$pod_para</CODE></A></STRONG><BR>
  265. <DD>
  266. a reference to a <CODE>Pod::Paragraph</CODE> object which contains further
  267. information about the paragraph command (see <A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A>
  268. for details).
  269. <P></P></DL>
  270. <P><STRONG>Note</STRONG> that this method <EM>is</EM> called for <CODE>=pod</CODE> paragraphs.</P>
  271. <P>The base class implementation of this method simply treats the raw POD
  272. command as normal block of paragraph text (invoking the <STRONG>textblock()</STRONG>
  273. method with the command paragraph).</P>
  274. <P>
  275. <HR>
  276. <H1><A NAME="verbatim()"><STRONG>verbatim()</STRONG></A></H1>
  277. <PRE>
  278.             $parser->verbatim($text,$line_num,$pod_para);</PRE>
  279. <P>This method may be overridden by subclasses to take the appropriate
  280. action when a block of verbatim text is encountered. It is passed the
  281. following parameters:</P>
  282. <DL>
  283. <DT><STRONG><CODE>$text</CODE></STRONG><BR>
  284. <DD>
  285. the block of text for the verbatim paragraph
  286. <P></P>
  287. <DT><STRONG><CODE>$line_num</CODE></STRONG><BR>
  288. <DD>
  289. the line-number of the beginning of the paragraph
  290. <P></P>
  291. <DT><STRONG><CODE>$pod_para</CODE></STRONG><BR>
  292. <DD>
  293. a reference to a <CODE>Pod::Paragraph</CODE> object which contains further
  294. information about the paragraph (see <A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A>
  295. for details).
  296. <P></P></DL>
  297. <P>The base class implementation of this method simply prints the textblock
  298. (unmodified) to the output filehandle.</P>
  299. <P>
  300. <HR>
  301. <H1><A NAME="textblock()"><STRONG>textblock()</STRONG></A></H1>
  302. <PRE>
  303.             $parser->textblock($text,$line_num,$pod_para);</PRE>
  304. <P>This method may be overridden by subclasses to take the appropriate
  305. action when a normal block of POD text is encountered (although the base
  306. class method will usually do what you want). It is passed the following
  307. parameters:</P>
  308. <DL>
  309. <DT><STRONG><CODE>$text</CODE></STRONG><BR>
  310. <DD>
  311. the block of text for the a POD paragraph
  312. <P></P>
  313. <DT><STRONG><CODE>$line_num</CODE></STRONG><BR>
  314. <DD>
  315. the line-number of the beginning of the paragraph
  316. <P></P>
  317. <DT><STRONG><CODE>$pod_para</CODE></STRONG><BR>
  318. <DD>
  319. a reference to a <CODE>Pod::Paragraph</CODE> object which contains further
  320. information about the paragraph (see <A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A>
  321. for details).
  322. <P></P></DL>
  323. <P>In order to process interior sequences, subclasses implementations of
  324. this method will probably want to invoke either <STRONG>interpolate()</STRONG> or
  325. <STRONG>parse_text()</STRONG>, passing it the text block <A HREF="#item_%24text"><CODE>$text</CODE></A>, and the corresponding
  326. line number in <A HREF="#item_%24line_num"><CODE>$line_num</CODE></A>, and then perform any desired processing upon
  327. the returned result.</P>
  328. <P>The base class implementation of this method simply prints the text block
  329. as it occurred in the input stream).</P>
  330. <P>
  331. <HR>
  332. <H1><A NAME="interior_sequence()"><STRONG>interior_sequence()</STRONG></A></H1>
  333. <PRE>
  334.             $parser->interior_sequence($seq_cmd,$seq_arg,$pod_seq);</PRE>
  335. <P>This method should be overridden by subclasses to take the appropriate
  336. action when an interior sequence is encountered. An interior sequence is
  337. an embedded command within a block of text which appears as a command
  338. name (usually a single uppercase character) followed immediately by a
  339. string of text which is enclosed in angle brackets. This method is
  340. passed the sequence command <CODE>$seq_cmd</CODE> and the corresponding text
  341. <CODE>$seq_arg</CODE>. It is invoked by the <STRONG>interpolate()</STRONG> method for each interior
  342. sequence that occurs in the string that it is passed. It should return
  343. the desired text string to be used in place of the interior sequence.
  344. The <CODE>$pod_seq</CODE> argument is a reference to a <CODE>Pod::InteriorSequence</CODE>
  345. object which contains further information about the interior sequence.
  346. Please see <A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A> for details if you need to access this
  347. additional information.</P>
  348. <P>Subclass implementations of this method may wish to invoke the 
  349. <STRONG>nested()</STRONG> method of <CODE>$pod_seq</CODE> to see if it is nested inside
  350. some other interior-sequence (and if so, which kind).</P>
  351. <P>The base class implementation of the <STRONG>interior_sequence()</STRONG> method
  352. simply returns the raw text of the interior sequence (as it occurred
  353. in the input) to the caller.</P>
  354. <P>
  355. <HR>
  356. <H1><A NAME="optional subroutine/method overrides">OPTIONAL SUBROUTINE/METHOD OVERRIDES</A></H1>
  357. <P><STRONG>Pod::Parser</STRONG> provides several methods which subclasses may want to override
  358. to perform any special pre/post-processing. These methods do <EM>not</EM> have to
  359. be overridden, but it may be useful for subclasses to take advantage of them.</P>
  360. <P>
  361. <HR>
  362. <H1><A NAME="new()"><STRONG>new()</STRONG></A></H1>
  363. <PRE>
  364.             my $parser = Pod::Parser->new();</PRE>
  365. <P>This is the constructor for <STRONG>Pod::Parser</STRONG> and its subclasses. You
  366. <EM>do not</EM> need to override this method! It is capable of constructing
  367. subclass objects as well as base class objects, provided you use
  368. any of the following constructor invocation styles:</P>
  369. <PRE>
  370.     my $parser1 = MyParser->new();
  371.     my $parser2 = new MyParser();
  372.     my $parser3 = $parser2->new();</PRE>
  373. <P>where <CODE>MyParser</CODE> is some subclass of <STRONG>Pod::Parser</STRONG>.</P>
  374. <P>Using the syntax <CODE>MyParser::new()</CODE> to invoke the constructor is <EM>not</EM>
  375. recommended, but if you insist on being able to do this, then the
  376. subclass <EM>will</EM> need to override the <STRONG>new()</STRONG> constructor method. If
  377. you do override the constructor, you <EM>must</EM> be sure to invoke the
  378. <STRONG>initialize()</STRONG> method of the newly blessed object.</P>
  379. <P>Using any of the above invocations, the first argument to the
  380. constructor is always the corresponding package name (or object
  381. reference). No other arguments are required, but if desired, an
  382. associative array (or hash-table) my be passed to the <STRONG>new()</STRONG>
  383. constructor, as in:</P>
  384. <PRE>
  385.     my $parser1 = MyParser->new( MYDATA => $value1, MOREDATA => $value2 );
  386.     my $parser2 = new MyParser( -myflag => 1 );</PRE>
  387. <P>All arguments passed to the <STRONG>new()</STRONG> constructor will be treated as
  388. key/value pairs in a hash-table. The newly constructed object will be
  389. initialized by copying the contents of the given hash-table (which may
  390. have been empty). The <STRONG>new()</STRONG> constructor for this class and all of its
  391. subclasses returns a blessed reference to the initialized object (hash-table).</P>
  392. <P>
  393. <HR>
  394. <H1><A NAME="initialize()"><STRONG>initialize()</STRONG></A></H1>
  395. <PRE>
  396.             $parser->initialize();</PRE>
  397. <P>This method performs any necessary object initialization. It takes no
  398. arguments (other than the object instance of course, which is typically
  399. copied to a local variable named <CODE>$self</CODE>). If subclasses override this
  400. method then they <EM>must</EM> be sure to invoke <CODE>$self->SUPER::initialize()</CODE>.</P>
  401. <P>
  402. <HR>
  403. <H1><A NAME="begin_pod()"><STRONG>begin_pod()</STRONG></A></H1>
  404. <PRE>
  405.             $parser->begin_pod();</PRE>
  406. <P>This method is invoked at the beginning of processing for each POD
  407. document that is encountered in the input. Subclasses should override
  408. this method to perform any per-document initialization.</P>
  409. <P>
  410. <HR>
  411. <H1><A NAME="begin_input()"><STRONG>begin_input()</STRONG></A></H1>
  412. <PRE>
  413.             $parser->begin_input();</PRE>
  414. <P>This method is invoked by <STRONG>parse_from_filehandle()</STRONG> immediately <EM>before</EM>
  415. processing input from a filehandle. The base class implementation does
  416. nothing, however, subclasses may override it to perform any per-file
  417. initializations.</P>
  418. <P>Note that if multiple files are parsed for a single POD document
  419. (perhaps the result of some future <CODE>=include</CODE> directive) this method
  420. is invoked for every file that is parsed. If you wish to perform certain
  421. initializations once per document, then you should use <STRONG>begin_pod()</STRONG>.</P>
  422. <P>
  423. <HR>
  424. <H1><A NAME="end_input()"><STRONG>end_input()</STRONG></A></H1>
  425. <PRE>
  426.             $parser->end_input();</PRE>
  427. <P>This method is invoked by <STRONG>parse_from_filehandle()</STRONG> immediately <EM>after</EM>
  428. processing input from a filehandle. The base class implementation does
  429. nothing, however, subclasses may override it to perform any per-file
  430. cleanup actions.</P>
  431. <P>Please note that if multiple files are parsed for a single POD document
  432. (perhaps the result of some kind of <CODE>=include</CODE> directive) this method
  433. is invoked for every file that is parsed. If you wish to perform certain
  434. cleanup actions once per document, then you should use <STRONG>end_pod()</STRONG>.</P>
  435. <P>
  436. <HR>
  437. <H1><A NAME="end_pod()"><STRONG>end_pod()</STRONG></A></H1>
  438. <PRE>
  439.             $parser->end_pod();</PRE>
  440. <P>This method is invoked at the end of processing for each POD document
  441. that is encountered in the input. Subclasses should override this method
  442. to perform any per-document finalization.</P>
  443. <P>
  444. <HR>
  445. <H1><A NAME="preprocess_line()"><STRONG>preprocess_line()</STRONG></A></H1>
  446. <PRE>
  447.           $textline = $parser->preprocess_line($text, $line_num);</PRE>
  448. <P>This method should be overridden by subclasses that wish to perform
  449. any kind of preprocessing for each <EM>line</EM> of input (<EM>before</EM> it has
  450. been determined whether or not it is part of a POD paragraph). The
  451. parameter <A HREF="#item_%24text"><CODE>$text</CODE></A> is the input line; and the parameter <A HREF="#item_%24line_num"><CODE>$line_num</CODE></A> is
  452. the line number of the corresponding text line.</P>
  453. <P>The value returned should correspond to the new text to use in its
  454. place.  If the empty string or an undefined value is returned then no
  455. further processing will be performed for this line.</P>
  456. <P>Please note that the <STRONG>preprocess_line()</STRONG> method is invoked <EM>before</EM>
  457. the <STRONG>preprocess_paragraph()</STRONG> method. After all (possibly preprocessed)
  458. lines in a paragraph have been assembled together and it has been
  459. determined that the paragraph is part of the POD documentation from one
  460. of the selected sections, then <STRONG>preprocess_paragraph()</STRONG> is invoked.</P>
  461. <P>The base class implementation of this method returns the given text.</P>
  462. <P>
  463. <HR>
  464. <H1><A NAME="preprocess_paragraph()"><STRONG>preprocess_paragraph()</STRONG></A></H1>
  465. <PRE>
  466.             $textblock = $parser->preprocess_paragraph($text, $line_num);</PRE>
  467. <P>This method should be overridden by subclasses that wish to perform any
  468. kind of preprocessing for each block (paragraph) of POD documentation
  469. that appears in the input stream. The parameter <A HREF="#item_%24text"><CODE>$text</CODE></A> is the POD
  470. paragraph from the input file; and the parameter <A HREF="#item_%24line_num"><CODE>$line_num</CODE></A> is the
  471. line number for the beginning of the corresponding paragraph.</P>
  472. <P>The value returned should correspond to the new text to use in its
  473. place If the empty string is returned or an undefined value is
  474. returned, then the given <A HREF="#item_%24text"><CODE>$text</CODE></A> is ignored (not processed).</P>
  475. <P>This method is invoked after gathering up all the lines in a paragraph
  476. and after determining the cutting state of the paragraph,
  477. but before trying to further parse or interpret them. After
  478. <STRONG>preprocess_paragraph()</STRONG> returns, the current cutting state (which
  479. is returned by <CODE>$self->cutting()</CODE>) is examined. If it evaluates
  480. to true then input text (including the given <A HREF="#item_%24text"><CODE>$text</CODE></A>) is cut (not
  481. processed) until the next POD directive is encountered.</P>
  482. <P>Please note that the <STRONG>preprocess_line()</STRONG> method is invoked <EM>before</EM>
  483. the <STRONG>preprocess_paragraph()</STRONG> method. After all (possibly preprocessed)
  484. lines in a paragraph have been assembled together and either it has been
  485. determined that the paragraph is part of the POD documentation from one
  486. of the selected sections or the <CODE>-want_nonPODs</CODE> option is true,
  487. then <STRONG>preprocess_paragraph()</STRONG> is invoked.</P>
  488. <P>The base class implementation of this method returns the given text.</P>
  489. <P>
  490. <HR>
  491. <H1><A NAME="methods for parsing and processing">METHODS FOR PARSING AND PROCESSING</A></H1>
  492. <P><STRONG>Pod::Parser</STRONG> provides several methods to process input text. These
  493. methods typically won't need to be overridden (and in some cases they
  494. can't be overridden), but subclasses may want to invoke them to exploit
  495. their functionality.</P>
  496. <P>
  497. <HR>
  498. <H1><A NAME="parse_text()"><STRONG>parse_text()</STRONG></A></H1>
  499. <PRE>
  500.             $ptree1 = $parser->parse_text($text, $line_num);
  501.             $ptree2 = $parser->parse_text({%opts}, $text, $line_num);
  502.             $ptree3 = $parser->parse_text(\%opts, $text, $line_num);</PRE>
  503. <P>This method is useful if you need to perform your own interpolation 
  504. of interior sequences and can't rely upon <STRONG>interpolate</STRONG> to expand
  505. them in simple bottom-up order order.</P>
  506. <P>The parameter <A HREF="#item_%24text"><CODE>$text</CODE></A> is a string or block of text to be parsed
  507. for interior sequences; and the parameter <A HREF="#item_%24line_num"><CODE>$line_num</CODE></A> is the
  508. line number curresponding to the beginning of <A HREF="#item_%24text"><CODE>$text</CODE></A>.</P>
  509. <P><STRONG>parse_text()</STRONG> will parse the given text into a parse-tree of ``nodes.''
  510. and interior-sequences.  Each ``node'' in the parse tree is either a
  511. text-string, or a <STRONG>Pod::InteriorSequence</STRONG>.  The result returned is a
  512. parse-tree of type <STRONG>Pod::ParseTree</STRONG>. Please see <A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A>
  513. for more information about <STRONG>Pod::InteriorSequence</STRONG> and <STRONG>Pod::ParseTree</STRONG>.</P>
  514. <P>If desired, an optional hash-ref may be specified as the first argument
  515. to customize certain aspects of the parse-tree that is created and
  516. returned. The set of recognized option keywords are:</P>
  517. <DL>
  518. <DT><STRONG><A NAME="item_%2Dexpand_seq_%3D%3E_code%2Dref%7Cmethod%2Dname"><STRONG>-expand_seq</STRONG> => <EM>code-ref</EM>|<EM>method-name</EM></A></STRONG><BR>
  519. <DD>
  520. Normally, the parse-tree returned by <STRONG>parse_text()</STRONG> will contain an
  521. unexpanded <CODE>Pod::InteriorSequence</CODE> object for each interior-sequence
  522. encountered. Specifying <STRONG>-expand_seq</STRONG> tells <STRONG>parse_text()</STRONG> to ``expand''
  523. every interior-sequence it sees by invoking the referenced function
  524. (or named method of the parser object) and using the return value as the
  525. expanded result.
  526. <P>If a subroutine reference was given, it is invoked as:</P>
  527. <PRE>
  528.   &$code_ref( $parser, $sequence )</PRE>
  529. <P>and if a method-name was given, it is invoked as:</P>
  530. <PRE>
  531.   $parser->method_name( $sequence )</PRE>
  532. <P>where <CODE>$parser</CODE> is a reference to the parser object, and <CODE>$sequence</CODE>
  533. is a reference to the interior-sequence object.
  534. [<EM>NOTE</EM>: If the <STRONG>interior_sequence()</STRONG> method is specified, then it is
  535. invoked according to the interface specified in <A HREF="#interior_sequence()">interior_sequence()</A>].</P>
  536. <P></P>
  537. <DT><STRONG><A NAME="item_%2Dexpand_text_%3D%3E_code%2Dref%7Cmethod%2Dname"><STRONG>-expand_text</STRONG> => <EM>code-ref</EM>|<EM>method-name</EM></A></STRONG><BR>
  538. <DD>
  539. Normally, the parse-tree returned by <STRONG>parse_text()</STRONG> will contain a
  540. text-string for each contiguous sequence of characters outside of an
  541. interior-sequence. Specifying <STRONG>-expand_text</STRONG> tells <STRONG>parse_text()</STRONG> to
  542. ``preprocess'' every such text-string it sees by invoking the referenced
  543. function (or named method of the parser object) and using the return value
  544. as the preprocessed (or ``expanded'') result. [Note that if the result is
  545. an interior-sequence, then it will <EM>not</EM> be expanded as specified by the
  546. <STRONG>-expand_seq</STRONG> option; Any such recursive expansion needs to be handled by
  547. the specified callback routine.]
  548. <P>If a subroutine reference was given, it is invoked as:</P>
  549. <PRE>
  550.   &$code_ref( $parser, $text, $ptree_node )</PRE>
  551. <P>and if a method-name was given, it is invoked as:</P>
  552. <PRE>
  553.   $parser->method_name( $text, $ptree_node )</PRE>
  554. <P>where <CODE>$parser</CODE> is a reference to the parser object, <A HREF="#item_%24text"><CODE>$text</CODE></A> is the
  555. text-string encountered, and <CODE>$ptree_node</CODE> is a reference to the current
  556. node in the parse-tree (usually an interior-sequence object or else the
  557. top-level node of the parse-tree).</P>
  558. <P></P>
  559. <DT><STRONG><A NAME="item_%2Dexpand_ptree_%3D%3E_code%2Dref%7Cmethod%2Dname"><STRONG>-expand_ptree</STRONG> => <EM>code-ref</EM>|<EM>method-name</EM></A></STRONG><BR>
  560. <DD>
  561. Rather than returning a <CODE>Pod::ParseTree</CODE>, pass the parse-tree as an
  562. argument to the referenced subroutine (or named method of the parser
  563. object) and return the result instead of the parse-tree object.
  564. <P>If a subroutine reference was given, it is invoked as:</P>
  565. <PRE>
  566.   &$code_ref( $parser, $ptree )</PRE>
  567. <P>and if a method-name was given, it is invoked as:</P>
  568. <PRE>
  569.   $parser->method_name( $ptree )</PRE>
  570. <P>where <CODE>$parser</CODE> is a reference to the parser object, and <CODE>$ptree</CODE>
  571. is a reference to the parse-tree object.</P>
  572. <P></P></DL>
  573. <P>
  574. <HR>
  575. <H1><A NAME="interpolate()"><STRONG>interpolate()</STRONG></A></H1>
  576. <PRE>
  577.             $textblock = $parser->interpolate($text, $line_num);</PRE>
  578. <P>This method translates all text (including any embedded interior sequences)
  579. in the given text string <A HREF="#item_%24text"><CODE>$text</CODE></A> and returns the interpolated result. The
  580. parameter <A HREF="#item_%24line_num"><CODE>$line_num</CODE></A> is the line number corresponding to the beginning
  581. of <A HREF="#item_%24text"><CODE>$text</CODE></A>.</P>
  582. <P><STRONG>interpolate()</STRONG> merely invokes a private method to recursively expand
  583. nested interior sequences in bottom-up order (innermost sequences are
  584. expanded first). If there is a need to expand nested sequences in
  585. some alternate order, use <STRONG>parse_text</STRONG> instead.</P>
  586. <P>
  587. <HR>
  588. <H1><A NAME="parse_from_filehandle()"><STRONG>parse_from_filehandle()</STRONG></A></H1>
  589. <PRE>
  590.             $parser->parse_from_filehandle($in_fh,$out_fh);</PRE>
  591. <P>This method takes an input filehandle (which is assumed to already be
  592. opened for reading) and reads the entire input stream looking for blocks
  593. (paragraphs) of POD documentation to be processed. If no first argument
  594. is given the default input filehandle <CODE>STDIN</CODE> is used.</P>
  595. <P>The <CODE>$in_fh</CODE> parameter may be any object that provides a <STRONG>getline()</STRONG>
  596. method to retrieve a single line of input text (hence, an appropriate
  597. wrapper object could be used to parse PODs from a single string or an
  598. array of strings).</P>
  599. <P>Using <CODE>$in_fh->getline()</CODE>, input is read line-by-line and assembled
  600. into paragraphs or ``blocks'' (which are separated by lines containing
  601. nothing but whitespace). For each block of POD documentation
  602. encountered it will invoke a method to parse the given paragraph.</P>
  603. <P>If a second argument is given then it should correspond to a filehandle where
  604. output should be sent (otherwise the default output filehandle is
  605. <CODE>STDOUT</CODE> if no output filehandle is currently in use).</P>
  606. <P><STRONG>NOTE:</STRONG> For performance reasons, this method caches the input stream at
  607. the top of the stack in a local variable. Any attempts by clients to
  608. change the stack contents during processing when in the midst executing
  609. of this method <EM>will not affect</EM> the input stream used by the current
  610. invocation of this method.</P>
  611. <P>This method does <EM>not</EM> usually need to be overridden by subclasses.</P>
  612. <P>
  613. <HR>
  614. <H1><A NAME="parse_from_file()"><STRONG>parse_from_file()</STRONG></A></H1>
  615. <PRE>
  616.             $parser->parse_from_file($filename,$outfile);</PRE>
  617. <P>This method takes a filename and does the following:</P>
  618. <UL>
  619. <LI>
  620. opens the input and output files for reading
  621. (creating the appropriate filehandles)
  622. <P></P>
  623. <LI>
  624. invokes the <STRONG>parse_from_filehandle()</STRONG> method passing it the
  625. corresponding input and output filehandles.
  626. <P></P>
  627. <LI>
  628. closes the input and output files.
  629. <P></P></UL>
  630. <P>If the special input filename ``-'' or ``<&STDIN'' is given then the STDIN
  631. filehandle is used for input (and no open or close is performed). If no
  632. input filename is specified then ``-'' is implied.</P>
  633. <P>If a second argument is given then it should be the name of the desired
  634. output file. If the special output filename ``-'' or ``>&STDOUT'' is given
  635. then the STDOUT filehandle is used for output (and no open or close is
  636. performed). If the special output filename ``>&STDERR'' is given then the
  637. STDERR filehandle is used for output (and no open or close is
  638. performed). If no output filehandle is currently in use and no output
  639. filename is specified, then ``-'' is implied.</P>
  640. <P>This method does <EM>not</EM> usually need to be overridden by subclasses.</P>
  641. <P>
  642. <HR>
  643. <H1><A NAME="accessor methods">ACCESSOR METHODS</A></H1>
  644. <P>Clients of <STRONG>Pod::Parser</STRONG> should use the following methods to access
  645. instance data fields:</P>
  646. <P>
  647. <HR>
  648. <H1><A NAME="errorsub()"><STRONG>errorsub()</STRONG></A></H1>
  649. <PRE>
  650.             $parser->errorsub("method_name");
  651.             $parser->errorsub(\&warn_user);
  652.             $parser->errorsub(sub { print STDERR, @_ });</PRE>
  653. <P>Specifies the method or subroutine to use when printing error messages
  654. about POD syntax. The supplied method/subroutine <EM>must</EM> return TRUE upon
  655. successful printing of the message. If <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> is given, then the <STRONG>warn</STRONG>
  656. builtin is used to issue error messages (this is the default behavior).</P>
  657. <PRE>
  658.             my $errorsub = $parser->errorsub()
  659.             my $errmsg = "This is an error message!\n"
  660.             (ref $errorsub) and &{$errorsub}($errmsg)
  661.                 or (defined $errorsub) and $parser->$errorsub($errmsg)
  662.                     or  warn($errmsg);</PRE>
  663. <P>Returns a method name, or else a reference to the user-supplied subroutine
  664. used to print error messages. Returns <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> if the <STRONG>warn</STRONG> builtin
  665. is used to issue error messages (this is the default behavior).</P>
  666. <P>
  667. <HR>
  668. <H1><A NAME="cutting()"><STRONG>cutting()</STRONG></A></H1>
  669. <PRE>
  670.             $boolean = $parser->cutting();</PRE>
  671. <P>Returns the current <CODE>cutting</CODE> state: a boolean-valued scalar which
  672. evaluates to true if text from the input file is currently being ``cut''
  673. (meaning it is <EM>not</EM> considered part of the POD document).</P>
  674. <PRE>
  675.             $parser->cutting($boolean);</PRE>
  676. <P>Sets the current <CODE>cutting</CODE> state to the given value and returns the
  677. result.</P>
  678. <P>
  679. <HR>
  680. <H1><A NAME="parseopts()"><STRONG>parseopts()</STRONG></A></H1>
  681. <P>When invoked with no additional arguments, <STRONG>parseopts</STRONG> returns a hashtable
  682. of all the current parsing options.</P>
  683. <PRE>
  684.             ## See if we are parsing non-POD sections as well as POD ones
  685.             my %opts = $parser->parseopts();
  686.             $opts{'-want_nonPODs}' and print "-want_nonPODs\n";</PRE>
  687. <P>When invoked using a single string, <STRONG>parseopts</STRONG> treats the string as the
  688. name of a parse-option and returns its corresponding value if it exists
  689. (returns <A HREF="../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> if it doesn't).</P>
  690. <PRE>
  691.             ## Did we ask to see '=cut' paragraphs?
  692.             my $want_cut = $parser->parseopts('-process_cut_cmd');
  693.             $want_cut and print "-process_cut_cmd\n";</PRE>
  694. <P>When invoked with multiple arguments, <STRONG>parseopts</STRONG> treats them as
  695. key/value pairs and the specified parse-option names are set to the
  696. given values. Any unspecified parse-options are unaffected.</P>
  697. <PRE>
  698.             ## Set them back to the default
  699.             $parser->parseopts(-warnings => 0);</PRE>
  700. <P>When passed a single hash-ref, <STRONG>parseopts</STRONG> uses that hash to completely
  701. reset the existing parse-options, all previous parse-option values
  702. are lost.</P>
  703. <PRE>
  704.             ## Reset all options to default 
  705.             $parser->parseopts( { } );</PRE>
  706. <P>See <A HREF="#parsing options">PARSING OPTIONS</A> for more information on the name and meaning of each
  707. parse-option currently recognized.</P>
  708. <P>
  709. <HR>
  710. <H1><A NAME="output_file()"><STRONG>output_file()</STRONG></A></H1>
  711. <PRE>
  712.             $fname = $parser->output_file();</PRE>
  713. <P>Returns the name of the output file being written.</P>
  714. <P>
  715. <HR>
  716. <H1><A NAME="output_handle()"><STRONG>output_handle()</STRONG></A></H1>
  717. <PRE>
  718.             $fhandle = $parser->output_handle();</PRE>
  719. <P>Returns the output filehandle object.</P>
  720. <P>
  721. <HR>
  722. <H1><A NAME="input_file()"><STRONG>input_file()</STRONG></A></H1>
  723. <PRE>
  724.             $fname = $parser->input_file();</PRE>
  725. <P>Returns the name of the input file being read.</P>
  726. <P>
  727. <HR>
  728. <H1><A NAME="input_handle()"><STRONG>input_handle()</STRONG></A></H1>
  729. <PRE>
  730.             $fhandle = $parser->input_handle();</PRE>
  731. <P>Returns the current input filehandle object.</P>
  732. <P>
  733. <HR>
  734. <H1><A NAME="private methods and data">PRIVATE METHODS AND DATA</A></H1>
  735. <P><STRONG>Pod::Parser</STRONG> makes use of several internal methods and data fields
  736. which clients should not need to see or use. For the sake of avoiding
  737. name collisions for client data and methods, these methods and fields
  738. are briefly discussed here. Determined hackers may obtain further
  739. information about them by reading the <STRONG>Pod::Parser</STRONG> source code.</P>
  740. <P>Private data fields are stored in the hash-object whose reference is
  741. returned by the <STRONG>new()</STRONG> constructor for this class. The names of all
  742. private methods and data-fields used by <STRONG>Pod::Parser</STRONG> begin with a
  743. prefix of ``_'' and match the regular expression <CODE>/^_\w+$/</CODE>.</P>
  744. <P>
  745. <HR>
  746. <H1><A NAME="treebased parsing">TREE-BASED PARSING</A></H1>
  747. <P>If straightforward stream-based parsing wont meet your needs (as is
  748. likely the case for tasks such as translating PODs into structured
  749. markup languages like HTML and XML) then you may need to take the
  750. tree-based approach. Rather than doing everything in one pass and
  751. calling the <STRONG>interpolate()</STRONG> method to expand sequences into text, it
  752. may be desirable to instead create a parse-tree using the <STRONG>parse_text()</STRONG>
  753. method to return a tree-like structure which may contain an ordered list
  754. list of children (each of which may be a text-string, or a similar
  755. tree-like structure).</P>
  756. <P>Pay special attention to <A HREF="#methods for parsing and processing">METHODS FOR PARSING AND PROCESSING</A> and
  757. to the objects described in <A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A>. The former describes
  758. the gory details and parameters for how to customize and extend the
  759. parsing behavior of <STRONG>Pod::Parser</STRONG>. <STRONG>Pod::InputObjects</STRONG> provides
  760. several objects that may all be used interchangeably as parse-trees. The
  761. most obvious one is the <STRONG>Pod::ParseTree</STRONG> object. It defines the basic
  762. interface and functionality that all things trying to be a POD parse-tree
  763. should do. A <STRONG>Pod::ParseTree</STRONG> is defined such that each ``node'' may be a
  764. text-string, or a reference to another parse-tree.  Each <STRONG>Pod::Paragraph</STRONG>
  765. object and each <STRONG>Pod::InteriorSequence</STRONG> object also supports the basic
  766. parse-tree interface.</P>
  767. <P>The <STRONG>parse_text()</STRONG> method takes a given paragraph of text, and
  768. returns a parse-tree that contains one or more children, each of which
  769. may be a text-string, or an InteriorSequence object. There are also
  770. callback-options that may be passed to <STRONG>parse_text()</STRONG> to customize
  771. the way it expands or transforms interior-sequences, as well as the
  772. returned result. These callbacks can be used to create a parse-tree
  773. with custom-made objects (which may or may not support the parse-tree
  774. interface, depending on how you choose to do it).</P>
  775. <P>If you wish to turn an entire POD document into a parse-tree, that process
  776. is fairly straightforward. The <STRONG>parse_text()</STRONG> method is the key to doing
  777. this successfully. Every paragraph-callback (i.e. the polymorphic methods
  778. for <STRONG>command()</STRONG>, <STRONG>verbatim()</STRONG>, and <STRONG>textblock()</STRONG> paragraphs) takes
  779. a <STRONG>Pod::Paragraph</STRONG> object as an argument. Each paragraph object has a
  780. <STRONG>parse_tree()</STRONG> method that can be used to get or set a corresponding
  781. parse-tree. So for each of those paragraph-callback methods, simply call
  782. <STRONG>parse_text()</STRONG> with the options you desire, and then use the returned
  783. parse-tree to assign to the given paragraph object.</P>
  784. <P>That gives you a parse-tree for each paragraph - so now all you need is
  785. an ordered list of paragraphs. You can maintain that yourself as a data
  786. element in the object/hash. The most straightforward way would be simply
  787. to use an array-ref, with the desired set of custom ``options'' for each
  788. invocation of <STRONG>parse_text</STRONG>. Let's assume the desired option-set is
  789. given by the hash <CODE>%options</CODE>. Then we might do something like the
  790. following:</P>
  791. <PRE>
  792.     package MyPodParserTree;</PRE>
  793. <PRE>
  794.     @ISA = qw( Pod::Parser );</PRE>
  795. <PRE>
  796.     ...</PRE>
  797. <PRE>
  798.     sub begin_pod {
  799.         my $self = shift;
  800.         $self->{'-paragraphs'} = [];  ## initialize paragraph list
  801.     }</PRE>
  802. <PRE>
  803.     sub command { 
  804.         my ($parser, $command, $paragraph, $line_num, $pod_para) = @_;
  805.         my $ptree = $parser->parse_text({%options}, $paragraph, ...);
  806.         $pod_para->parse_tree( $ptree );
  807.         push @{ $self->{'-paragraphs'} }, $pod_para;
  808.     }</PRE>
  809. <PRE>
  810.     sub verbatim { 
  811.         my ($parser, $paragraph, $line_num, $pod_para) = @_;
  812.         push @{ $self->{'-paragraphs'} }, $pod_para;
  813.     }</PRE>
  814. <PRE>
  815.     sub textblock { 
  816.         my ($parser, $paragraph, $line_num, $pod_para) = @_;
  817.         my $ptree = $parser->parse_text({%options}, $paragraph, ...);
  818.         $pod_para->parse_tree( $ptree );
  819.         push @{ $self->{'-paragraphs'} }, $pod_para;
  820.     }</PRE>
  821. <PRE>
  822.     ...</PRE>
  823. <PRE>
  824.     package main;
  825.     ...
  826.     my $parser = new MyPodParserTree(...);
  827.     $parser->parse_from_file(...);
  828.     my $paragraphs_ref = $parser->{'-paragraphs'};</PRE>
  829. <P>Of course, in this module-author's humble opinion, I'd be more inclined to
  830. use the existing <STRONG>Pod::ParseTree</STRONG> object than a simple array. That way
  831. everything in it, paragraphs and sequences, all respond to the same core
  832. interface for all parse-tree nodes. The result would look something like:</P>
  833. <PRE>
  834.     package MyPodParserTree2;</PRE>
  835. <PRE>
  836.     ...</PRE>
  837. <PRE>
  838.     sub begin_pod {
  839.         my $self = shift;
  840.         $self->{'-ptree'} = new Pod::ParseTree;  ## initialize parse-tree
  841.     }</PRE>
  842. <PRE>
  843.     sub parse_tree {
  844.         ## convenience method to get/set the parse-tree for the entire POD
  845.         (@_ > 1)  and  $_[0]->{'-ptree'} = $_[1];
  846.         return $_[0]->{'-ptree'};
  847.     }</PRE>
  848. <PRE>
  849.     sub command { 
  850.         my ($parser, $command, $paragraph, $line_num, $pod_para) = @_;
  851.         my $ptree = $parser->parse_text({<<options>>}, $paragraph, ...);
  852.         $pod_para->parse_tree( $ptree );
  853.         $parser->parse_tree()->append( $pod_para );
  854.     }</PRE>
  855. <PRE>
  856.     sub verbatim { 
  857.         my ($parser, $paragraph, $line_num, $pod_para) = @_;
  858.         $parser->parse_tree()->append( $pod_para );
  859.     }</PRE>
  860. <PRE>
  861.     sub textblock { 
  862.         my ($parser, $paragraph, $line_num, $pod_para) = @_;
  863.         my $ptree = $parser->parse_text({<<options>>}, $paragraph, ...);
  864.         $pod_para->parse_tree( $ptree );
  865.         $parser->parse_tree()->append( $pod_para );
  866.     }</PRE>
  867. <PRE>
  868.     ...</PRE>
  869. <PRE>
  870.     package main;
  871.     ...
  872.     my $parser = new MyPodParserTree2(...);
  873.     $parser->parse_from_file(...);
  874.     my $ptree = $parser->parse_tree;
  875.     ...</PRE>
  876. <P>Now you have the entire POD document as one great big parse-tree. You
  877. can even use the <STRONG>-expand_seq</STRONG> option to <STRONG>parse_text</STRONG> to insert
  878. whole different kinds of objects. Just don't expect <STRONG>Pod::Parser</STRONG>
  879. to know what to do with them after that. That will need to be in your
  880. code. Or, alternatively, you can insert any object you like so long as
  881. it conforms to the <STRONG>Pod::ParseTree</STRONG> interface.</P>
  882. <P>One could use this to create subclasses of <STRONG>Pod::Paragraphs</STRONG> and
  883. <STRONG>Pod::InteriorSequences</STRONG> for specific commands (or to create your own
  884. custom node-types in the parse-tree) and add some kind of <STRONG>emit()</STRONG>
  885. method to each custom node/subclass object in the tree. Then all you'd
  886. need to do is recursively walk the tree in the desired order, processing
  887. the children (most likely from left to right) by formatting them if
  888. they are text-strings, or by calling their <STRONG>emit()</STRONG> method if they
  889. are objects/references.</P>
  890. <P>
  891. <HR>
  892. <H1><A NAME="see also">SEE ALSO</A></H1>
  893. <P><A HREF="../../lib/Pod/InputObjects.html">the Pod::InputObjects manpage</A>, <A HREF="../../lib/Pod/Select.html">the Pod::Select manpage</A></P>
  894. <P><STRONG>Pod::InputObjects</STRONG> defines POD input objects corresponding to
  895. command paragraphs, parse-trees, and interior-sequences.</P>
  896. <P><STRONG>Pod::Select</STRONG> is a subclass of <STRONG>Pod::Parser</STRONG> which provides the ability
  897. to selectively include and/or exclude sections of a POD document from being
  898. translated based upon the current heading, subheading, subsubheading, etc.</P>
  899. <P>
  900. <HR>
  901. <H1><A NAME="author">AUTHOR</A></H1>
  902. <P>Brad Appleton <<A HREF="mailto:bradapp@enteract.com">bradapp@enteract.com</A>></P>
  903. <P>Based on code for <STRONG>Pod::Text</STRONG> written by
  904. Tom Christiansen <<A HREF="mailto:tchrist@mox.perl.com">tchrist@mox.perl.com</A>></P>
  905. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  906. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  907. <STRONG><P CLASS=block> Pod::Parser - base class for creating POD filters and translators</P></STRONG>
  908. </TD></TR>
  909. </TABLE>
  910.  
  911. </BODY>
  912.  
  913. </HTML>
  914.