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