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 =
&
Entity.new( 'amp', '&' )
-
APOS =
'
Entity.new( 'apos', "'" )
-
GT =
>
Entity.new( 'gt', '>' )
-
LT =
<
Entity.new( 'lt', '<' )
-
QUOT =
“
Entity.new( 'quot', '"' )