Nokogiri::XML::Node
# File lib/nokogiri/xml/entity_decl.rb, line 10 def self.new name, doc, *args doc.create_entity(name, *args) end
# File lib/nokogiri/xml/entity_decl.rb, line 14 def inspect "#<#{self.class.name}:#{sprintf("0x%x", object_id)} #{to_s.inspect}>" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.