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

 

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

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

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

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

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

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

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



XPath::Node::Element(3)              User Contributed Perl Documentation             XPath::Node::Element(3)



NAME
       Element - an <element>

API
   new ( name, prefix )
       Create a new Element node with name "name" and prefix "prefix". The name be "prefix:local" if prefix
       is defined. I know that sounds wierd, but it works ;-)

   getName
       Returns the name (including "prefix:" if defined) of this element.

   getLocalName
       Returns just the local part of the name (the bit after "prefix:").

   getChildNodes
       Returns the children of this element. In list context returns a list. In scalar context returns an
       array ref.

   getChildNode ( pos )
       Returns the child at position pos.

   appendChild ( childnode )
       Appends the child node to the list of current child nodes.

   getAttribute ( name )
       Returns the attribute node with key name.

   getAttributes / getAttributeNodes
       Returns the attribute nodes. In list context returns a list. In scalar context returns an array ref.

   appendAttribute ( attrib_node)
       Appends the attribute node to the list of attributes (XML::XPath stores attributes in order).

   getNamespace ( prefix )
       Returns the namespace node by the given prefix

   getNamespaces / getNamespaceNodes
       Returns the namespace nodes. In list context returns a list. In scalar context returns an array ref.

   appendNamespace ( ns_node )
       Appends the namespace node to the list of namespaces.

   getPrefix
       Returns the prefix of this element

   getExpandedName
       Returns the expanded name of this element (not yet implemented right).

   string_value
       For elements, the string_value is the concatenation of all string_values of all text-descendants of
       the element node in document order.

   toString ( [ norecurse ] )
       Output (and all children) the node to a string. Doesn't process children if the norecurse option is a
       true value.



perl v5.12.5                                     2003-01-26                          XPath::Node::Element(3)

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

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

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