Class Openwsman::XmlAttr
In: ../openwsman.i
Parent: Object

An XmlAttr is a key/value pair representing an attribute of a node.

An attribute has

  • a name (the key)
  • a namespace (optional)
  • a value

There is no standalone constructor available for XmlAttr, use XmlNode.add_attr() to create a new attribute.

Methods

name   ns   remove   to_s   value  

Public Instance methods

get namespace for attr

to_s()

Alias for value

[Validate]