Sha256: 25e99ab7c1f2e27cf3945c514d15e758fd8c2018a317e3c4c35dddbf10e6afde

Contents?: true

Size: 409 Bytes

Versions: 16

Compression:

Stored size: 409 Bytes

Contents

# :stopdoc:
module Nokogiri
  module XML
    class EntityDecl < Nokogiri::XML::Node
      def content
        cstruct[:content]
      end

      def entity_type
        cstruct[:etype]
      end

      def external_id
        cstruct[:external_id]
      end

      def system_id
        cstruct[:system_id]
      end

      def original_content
        cstruct[:orig]
      end
    end
  end
end
# :startdoc:

Version data entries

16 entries across 16 versions & 6 rubygems

Version Path
rubyjedi-nokogiri_java-1.4.0.20100513161003-java lib/nokogiri/ffi/xml/entity_decl.rb
jwagener-nokogiri-1.4.1 lib/nokogiri/ffi/xml/entity_decl.rb
revo-nokogiri-1.4.1-java lib/nokogiri/ffi/xml/entity_decl.rb
revo-nokogiri-1.4.0.3-java lib/nokogiri/ffi/xml/entity_decl.rb
revo-nokogiri-1.4.0-java lib/nokogiri/ffi/xml/entity_decl.rb
revo-nokogiri-1.4.0.20100202165440-java lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.1-x86-mswin32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.1-x86-mingw32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.1-java lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.1 lib/nokogiri/ffi/xml/entity_decl.rb
superfeedr-nokogiri-1.4.0.20091116183308 lib/nokogiri/ffi/xml/entity_decl.rb
caring-nokogiri-1.4.1.pre1 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.0-java lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.0-x86-mswin32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.0-x86-mingw32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.0 lib/nokogiri/ffi/xml/entity_decl.rb