Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rexml/entity.rb

Class/Module Index [+]

Quicksearch

REXML::EntityConst

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

Constants

AMP

+&+

APOS

+'+

GT

+>+

LT

+<+

QUOT

+“+