Class XPath::XPathNodeSet
In: lib/xml/xpath.rb
Parent: Object

Methods

**   at   count   def_comparison_operator   each   first   funcall   new   predicate   select_all   step   to_f   to_ruby   to_str   true?  

Included Modules

XPathObject

Classes and Modules

Class XPath::XPathNodeSet::LocationStep

Constants

IteratorForAxis = { :self => SelfIterator.new, :child => ChildIterator.new, :parent => ParentIterator.new, :ancestor => AncestorIterator.new, :ancestor_or_self => AncestorOrSelfIterator.new, :descendant => DescendantIterator.new, :descendant_or_self => DescendantOrSelfIterator.new, :following => FollowingIterator.new, :preceding => PrecedingIterator.new, :following_sibling => FollowingSiblingIterator.new, :preceding_sibling => PrecedingSiblingIterator.new, :attribute => AttributeIterator.new, :namespace => NamespaceIterator.new, }

Attributes

nodes  [R] 

Public Class methods

Public Instance methods

[Validate]