module

REXML::EntityConst

v1_8_7_72 - Show latest stable

This is a set of entity constants — the ones defined in the XML specification. These are gt, lt, amp, quot and apos.

Constants

AMP = Entity.new( 'amp', '&' )

APOS = Entity.new( 'apos', "'" )

GT = Entity.new( 'gt', '>' )

LT = Entity.new( 'lt', '<' )

QUOT = Entity.new( 'quot', '"' )

Files

  • lib/rexml/entity.rb