Sha256: 98a284634eaa7a336e0a9f629e917c4d8867b869de7fb51083f772bd20dde619

Contents?: true

Size: 361 Bytes

Versions: 11

Compression:

Stored size: 361 Bytes

Contents

module Nokogiri
  module XML
    class EntityDecl < Nokogiri::XML::Node
      undef_method :attribute_nodes
      undef_method :attributes
      undef_method :namespace
      undef_method :namespace_definitions
      undef_method :line

      def inspect
        "#<#{self.class.name}:#{sprintf("0x%x", object_id)} #{to_s.inspect}>"
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
jwagener-nokogiri-1.4.1 lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.1-x86-mswin32 lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.1-x86-mingw32 lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.1-java lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.1 lib/nokogiri/xml/entity_decl.rb
superfeedr-nokogiri-1.4.0.20091116183308 lib/nokogiri/xml/entity_decl.rb
caring-nokogiri-1.4.1.pre1 lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.0-java lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.0-x86-mswin32 lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.0-x86-mingw32 lib/nokogiri/xml/entity_decl.rb
nokogiri-1.4.0 lib/nokogiri/xml/entity_decl.rb