Name : perl-Pod-Xhtml
| |
Version : 1.610.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.4
| Date : 2020-11-28 13:43:33
|
Group : Unspecified
| Source RPM : perl-Pod-Xhtml-1.610.0-1.4.src.rpm
|
Size : 0.06 MB
| |
Packager : (none)
| |
Summary : Generate well-formed XHTML documents from POD format documentation
|
Description :
* new Pod::Xhtml( [ OPTIONS ] )
Create a new object. Optionally pass in some options in the form \'\'new Pod::Xhtml( StringMode => 1);\'\'
* $parser->parse_from_file( INPUTFILE, [OUTPUTFILE] )
Read POD from the input file, output to the output file (or STDOUT if no file is given). See Pod::Parser docs for more. Note that you can parse multiple files with the same object. All your options will be preserved, as will any text you added with the add*Text methods.
* $parser->parse_from_filehandle( [INPUTFILEHANDLE, [OUTPUTFILEHANDLE]] )
Read POD from the input filehandle, output to the output filehandle (STDIN/STDOUT if no filehandle(s) given). See Pod::Parser docs for more. Note that you can parse multiple files with the same object. All your options will be preserved, as will any text you added with the add*Text methods.
* $parser->asString
Get the XHTML as a scalar. You\'ll probably want to use this with the StringMode option.
* $parser->asStringRef
As above, but you get a reference to the string, not the string itself.
* $parser->addHeadText( $text )
Inserts some text just before the closing head tag. For example you can add a link to a stylesheet. May be called many times to add lots of text. Note: you need to call this some time *before* any output is done, e.g. straight after new(). Make sure that you only insert valid XHTML fragments.
* $parser->addBodyOpenText( $text ) / $parser->addBodyCloseText( $text )
Inserts some text right at the beginning (or ending) of the body element. For example you can add a navigation header and footer. May be called many times to add lots of text. Note: you need to call this some time *before* any output is done, e.g. straight after new(). Make sure that you only insert valid XHTML fragments.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch |