Methods

Class/Module Index [+]

Quicksearch

Nokogiri::XML::DTD

Public Instance Methods

each(&block) click to toggle source
# File lib/nokogiri/xml/dtd.rb, line 15
def each &block
  attributes.each { |key, value|
    block.call([key, value])
  }
end
keys() click to toggle source
# File lib/nokogiri/xml/dtd.rb, line 11
def keys
  attributes.keys
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.