Type:
Module
Constants:
GT
:
Entity.new( 'gt', '>' )
+>+
LT
:
Entity.new( 'lt', '<' )
+<+
AMP
:
Entity.new( 'amp', '&' )
+&+
QUOT
:
Entity.new( 'quot', '"' )
+â+
APOS
:
Entity.new( 'apos', "'" )
+'+
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