Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



PPI::Token::Whitespace(3)            User Contributed Perl Documentation           PPI::Token::Whitespace(3)



NAME
       PPI::Token::Whitespace - Tokens representing ordinary white space

INHERITANCE
         PPI::Token::Whitespace
         isa PPI::Token
             isa PPI::Element

DESCRIPTION
       As a full "round-trip" parser, PPI records every last byte in a file and ensure that it is included
       in the PPI::Document object.

       This even includes whitespace. In fact, Perl documents are seen as "floating in a sea of whitespace",
       and thus any document will contain vast quantities of "PPI::Token::Whitespace" objects.

       For the most part, you shouldn't notice them. Or at least, you shouldn't have to notice them.

       This means doing things like consistently using the "S for significant" series of PPI::Node and
       PPI::Element methods to do things.

       If you want the nth child element, you should be using "schild" rather than "child", and likewise
       "snext_sibling", "sprevious_sibling", and so on and so forth.

METHODS
       Again, for the most part you should really not need to do anything very significant with whitespace.

       But there are a couple of convenience methods provided, beyond those provided by the parent
       PPI::Token and PPI::Element classes.

   null
       Because PPI sees documents as sitting on a sort of substrate made of whitespace, there are a couple
       of corner cases that get particularly nasty if they don't find whitespace in certain places.

       Imagine walking down the beach to go into the ocean, and then quite unexpectedly falling off the side
       of the planet. Well it's somewhat equivalent to that, including the whole screaming death bit.

       The "null" method is a convenience provided to get some internals out of some of these corner cases.

       Specifically it create a whitespace token that represents nothing, or at least the null string ''.
       It's a handy way to have some "whitespace" right where you need it, without having to have any actual
       characters.

   tidy
       "tidy" is a convenience method for removing unneeded whitespace.

       Specifically, it removes any whitespace from the end of a line.

       Note that this doesn't include POD, where you may well need to keep certain types of whitespace. The
       entire POD chunk lives in its own PPI::Token::Pod object.

SUPPORT
       See the support section in the main module.

AUTHOR
       Adam Kennedy <adamk@cpan.org>

COPYRIGHT
       Copyright 2001 - 2011 Adam Kennedy.

       This program is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

       The full text of the license can be found in the LICENSE file included with this module.



perl v5.16.2                                     2011-02-25                        PPI::Token::Whitespace(3)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Perl. (См. perlbug (1) для инструкций представления.)
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Perl, использующему perlbug (1).
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.