module
Ruby latest stable (v2_5_5)
-
0 notes
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
APOS = Entity.new( 'apos', "'" )
QUOT = Entity.new( 'quot', '"' )
AMP = Entity.new( 'amp', '&' )
LT = Entity.new( 'lt', '<' )
GT = Entity.new( 'gt', '>' )