Array
# File lib/libxml/schema.rb, line 48 def find_by_href(href) find { |n| n.href == href } end
# File lib/libxml/schema.rb, line 52 def find_by_prefix(prefix) find { |n| n.prefix == prefix } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.