Class XML::DOM::NodeList
In: lib/xml/dom2/nodelist.rb
lib/xml/dom/digest.rb
lib/xml/dom/core.rb
Parent: Object

Methods

+   +   <<   <<   []   []   []=   []=   _getValues   _getValues   concat   concat   each   each   item   item   length   length   new   new   pop   pop   push   push   reverse   reverse   reversible_each   reversible_each   shift   shift   size   size   to_a   to_a   to_s   to_s  

Included Modules

Enumerable

Public Class methods

Public Instance methods

modified by Masaki Fukushima

modified by Masaki Fukushima

get nodeValues by names

  names ::= name ('|' name)*

get nodeValues by names

  names ::= name ('|' name)*
concat(*nodes)

Alias for push

concat(*nodes)

Alias for push

length()

Alias for size

length()

Alias for size

[Validate]