Module: REXML::EntityConst
| Relationships & Source Files | |
| Defined in: | lib/rexml/entity.rb | 
Overview
This is a set of entity constants – the ones defined in the XML specification.  These are gt, lt, amp, quot and apos. CAUTION: these entities does not have parent and document
Constant Summary
- 
    AMP =
    # File 'lib/rexml/entity.rb', line 136& Entity.new( 'amp', '&' ) 
- 
    APOS =
    # File 'lib/rexml/entity.rb', line 140‘ Entity.new( 'apos', "'" ) 
- 
    GT =
    # File 'lib/rexml/entity.rb', line 132> Entity.new( 'gt', '>' ) 
- 
    LT =
    # File 'lib/rexml/entity.rb', line 134< Entity.new( 'lt', '<' ) 
- 
    QUOT =
    # File 'lib/rexml/entity.rb', line 138“ Entity.new( 'quot', '"' )