Sha256: 73a1d8752830638e0f1ef10853bd2dc8788ae94c91965112d2078f6d96abe181

Contents?: true

Size: 658 Bytes

Versions: 34

Compression:

Stored size: 658 Bytes

Contents

# :stopdoc:
module Nokogiri
  module XML
    class EntityDecl < Nokogiri::XML::Node

      # from libxml/entities.h
      INTERNAL_GENERAL          = 1
      EXTERNAL_GENERAL_PARSED   = 2
      EXTERNAL_GENERAL_UNPARSED = 3
      INTERNAL_PARAMETER        = 4
      EXTERNAL_PARAMETER        = 5
      INTERNAL_PREDEFINED       = 6

      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

34 entries across 34 versions & 4 rubygems

Version Path
domo-0.0.4 vendor/bundle/ruby/1.9.1/gems/nokogiri-1.4.4/lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.7-java lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.7-x86-mingw32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.7-x86-mswin32-60 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.7 lib/nokogiri/ffi/xml/entity_decl.rb
search_biomodel-1.0.0 search_biomodel/ruby/1.8/gems/nokogiri-1.4.6/lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.6 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.6-java lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.6-x86-mingw32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.6-x86-mswin32-60 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.5-java lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.5 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.5-x86-mswin32-60 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.5-x86-mingw32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.4.2-java lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.4.1-x86-mswin32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.4.1-x86-mingw32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.4-x86-mswin32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.4-x86-mingw32 lib/nokogiri/ffi/xml/entity_decl.rb
nokogiri-1.4.4-java lib/nokogiri/ffi/xml/entity_decl.rb