The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Pod-Simple Pod::Parser"

Pod::Simple::PullParser - a pull-parser interface to parsing Pod River stage five • 135 direct dependents • 33164 total dependents

This class is for using Pod::Simple to build a Pod processor -- but one that uses an interface based on a stream of token objects, instead of based on events. This is a subclass of Pod::Simple and inherits all its methods. A subclass of Pod::Simple::...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::PullParserToken - tokens from Pod::Simple::PullParser River stage five • 135 direct dependents • 33164 total dependents

When you do $parser->get_token on a Pod::Simple::PullParser, you should get an object of a subclass of Pod::Simple::PullParserToken. Subclasses will add methods, and will also inherit these methods: $token->type This returns the type of the token. Th...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::PullParserEndToken - end-tokens from Pod::Simple::PullParser River stage five • 135 direct dependents • 33164 total dependents

When you do $parser->get_token on a Pod::Simple::PullParser, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->tagname This returns the tagname for ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::PullParserTextToken - text-tokens from Pod::Simple::PullParser River stage five • 135 direct dependents • 33164 total dependents

When you do $parser->get_token on a Pod::Simple::PullParser, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->text This returns the text that this ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::PullParserStartToken - start-tokens from Pod::Simple::PullParser River stage five • 135 direct dependents • 33164 total dependents

When you do $parser->get_token on a Pod::Simple::PullParser object, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->tagname This returns the tagna...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple - framework for parsing Pod River stage five • 135 direct dependents • 33164 total dependents

Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. The Pod format is explained in perlpod; the most common formatter is...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::RTF - format Pod as RTF River stage five • 135 direct dependents • 33164 total dependents

This class is a formatter that takes Pod and renders it as RTF, good for viewing/printing in MSWord, WordPad/write.exe, TextEdit, etc. This is a subclass of Pod::Simple and inherits all its methods....

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::HTML - convert Pod to HTML River stage five • 135 direct dependents • 33164 total dependents

This class is for making an HTML rendering of a Pod document. This is a subclass of Pod::Simple::PullParser and inherits all its methods (and options). Note that if you want to do a batch conversion of a lot of Pod documents to HTML, you should see t...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::XHTML - format Pod as validating XHTML River stage five • 135 direct dependents • 33164 total dependents

This class is a formatter that takes Pod and renders it as XHTML validating HTML. This is a subclass of Pod::Simple::Methody and inherits all its methods. The implementation is entirely different than Pod::Simple::HTML, but it largely preserves the s...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::JustPod - just the Pod, the whole Pod, and nothing but the Pod River stage five • 135 direct dependents • 33164 total dependents

This class returns a copy of its input, translated into Perl's internal encoding (UTF-8), and with all the non-Pod lines removed. This is a subclass of Pod::Simple::Methody and inherits all its methods. And since, that in turn is a subclass of Pod::S...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Methody - turn Pod::Simple events into method calls River stage five • 135 direct dependents • 33164 total dependents

This class is of interest to people writing Pod formatters based on Pod::Simple. This class (which is very small -- read the source) overrides Pod::Simple's _handle_element_start, _handle_text, and _handle_element_end methods so that parser events ar...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::SimpleTree - parse Pod into a simple parse tree River stage five • 135 direct dependents • 33164 total dependents

This class is of interest to people writing a Pod processor/formatter. This class takes Pod and parses it, returning a parse tree made just of arrayrefs, and hashrefs, and strings. This is a subclass of Pod::Simple and inherits all its methods. This ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Subclassing - write a formatter as a Pod::Simple subclass River stage five • 135 direct dependents • 33164 total dependents

This document is about using Pod::Simple to write a Pod processor, generally a Pod formatter. If you just want to know about using an existing Pod formatter, instead see its documentation and see also the docs in Pod::Simple. The zeroeth step in writ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC
13 results (0.039 seconds)