Edit D:\app\Administrator\product\11.2.0\dbhome_1\perl\html\lib\Pod\Simple\PullParserTextToken.html
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body style="background-color: white"> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser</span></strong></big> </td></tr> </table> <!-- INDEX BEGIN --> <div name="index"> <p><a name="__index__"></a></p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#synopsis">SYNOPSIS</a></li> <li><a href="#description">DESCRIPTION</a></li> <li><a href="#see_also">SEE ALSO</a></li> <li><a href="#copyright_and_disclaimers">COPYRIGHT AND DISCLAIMERS</a></li> <li><a href="#author">AUTHOR</a></li> </ul> <hr name="index" /> </div> <!-- INDEX END --> <p> </p> <h1><a name="name">NAME</a></h1> <p>Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser</p> <p> </p> <hr /> <h1><a name="synopsis">SYNOPSIS</a></h1> <p>(See <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Pod/Simple/PullParser.html">the Pod::Simple::PullParser manpage</a>)</p> <p> </p> <hr /> <h1><a name="description">DESCRIPTION</a></h1> <p>When you do $parser->get_token on a <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Pod/Simple/PullParser.html">the Pod::Simple::PullParser manpage</a>, you might get an object of this class.</p> <p>This is a subclass of <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Pod/Simple/PullParserToken.html">the Pod::Simple::PullParserToken manpage</a> and inherits all its methods, and adds these methods:</p> <dl> <dt><strong><a name="text" class="item">$token->text</a></strong> <dd> <p>This returns the text that this token holds. For example, parsing C<foo> will return a C start-token, a text-token, and a C end-token. And if you want to get the "foo" out of the text-token, call <a href="#text"><code>$token->text</code></a></p> </dd> </li> <dt><strong>$token->text(<em>somestring</em>)</strong> <dd> <p>This changes the string that this token holds. You probably won't need to do this.</p> </dd> </li> <dt><strong><a name="text_r" class="item">$token-><code>text_r()</code></a></strong> <dd> <p>This returns a scalar reference to the string that this token holds. This can be useful if you don't want to memory-copy the potentially large text value (well, as large as a paragraph or a verbatim block) as calling $token->text would do.</p> </dd> <dd> <p>Or, if you want to alter the value, you can even do things like this:</p> </dd> <dd> <pre> for ( ${ $token->text_r } ) { # Aliases it with $_ !! s/ The / the /g; # just for example if( 'A' eq chr(65) ) { # (if in an ASCII world) tr/\xA0/ /; tr/\xAD//d; } ...or however you want to alter the value... }</pre> </dd> </li> </dl> <p>You're unlikely to ever need to construct an object of this class for yourself, but if you want to, call <code>< Pod::Simple::PullParserTextToken-</code>new( <em>text</em> ) >></p> <p> </p> <hr /> <h1><a name="see_also">SEE ALSO</a></h1> <p><a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Pod/Simple/PullParserToken.html">the Pod::Simple::PullParserToken manpage</a>, <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Pod/Simple.html">the Pod::Simple manpage</a>, <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/Pod/Simple/Subclassing.html">the Pod::Simple::Subclassing manpage</a></p> <p> </p> <hr /> <h1><a name="copyright_and_disclaimers">COPYRIGHT AND DISCLAIMERS</a></h1> <p>Copyright (c) 2002 Sean M. Burke. All rights reserved.</p> <p>This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</p> <p>This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.</p> <p> </p> <hr /> <h1><a name="author">AUTHOR</a></h1> <p>Sean M. Burke <code>sburke@cpan.org</code></p> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser</span></strong></big> </td></tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de