Flowdock

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', '>' )

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.