Type:
Class
Constants:
PATTERN : /\s*(#{NAME_STR})\s*=\s*(["'])(.*?)\2/um
NEEDS_A_SECOND_CHECK : /(<|&((#{Entity::NAME});|(#0*((?:\d+)|(?:x[a-fA-F0-9]+)));)?)/um

Defines an Element Attribute; IE, a attribute=value pair, as in: <element attribute=“value”/>. Attributes can be in their own namespaces. General users of REXML will not interact with the Attribute class much.

hash
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

hash() Instance Public methods Creates (and returns) a hash from both the name

2025-01-10 15:47:30
prefix
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

prefix() Instance Public methods Returns the namespace of the attribute.

2025-01-10 15:47:30
to_string
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

to_string() Instance Public methods Returns this attribute out as

2025-01-10 15:47:30
namespace
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

namespace(arg=nil) Instance Public methods Returns the namespace URL, if defined

2025-01-10 15:47:30
doctype
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

doctype() Instance Public methods

2025-01-10 15:47:30
==
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

==( other ) Instance Public methods Returns true if other is an

2025-01-10 15:47:30
node_type
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

node_type() Instance Public methods

2025-01-10 15:47:30
xpath
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

xpath() Instance Public methods

2025-01-10 15:47:30
element=
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

element=( element ) Instance Public methods Sets the element of which this object

2025-01-10 15:47:30
to_s
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attribute

to_s() Instance Public methods Returns the attribute value, with entities replaced

2025-01-10 15:47:30