Module | REXML::EntityConst |
In: |
lib/rexml/entity.rb
|
This is a set of entity constants — the ones defined in the XML specification. These are gt, lt, amp, quot and apos.
GT | = | Entity.new( 'gt', '>' ) | +>+ | |
LT | = | Entity.new( 'lt', '<' ) | +<+ | |
AMP | = | Entity.new( 'amp', '&' ) | +&+ | |
QUOT | = | Entity.new( 'quot', '"' ) | +"+ | |
APOS | = | Entity.new( 'apos', "'" ) | +’+ |
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.