JadeXMLAttribute Class

The JadeXMLAttribute class defines the behavior for attributes of XML elements in a document tree. An attribute has a name, an optional namespace, and a value.

The properties defined in the JadeXMLAttribute class are summarized in the following table.

Property Contains the …
element Owning element of the attribute
localName Local name (without prefix) of the attribute
name Qualified name (with prefix) of the attribute
namespaceURI Namespace URI of the attribute
value Value of the attribute

The method defined in the JadeXMLAttribute class is summarized in the following table.

Method Description
namespacePrefix Returns the namespace prefix

For details, see "JadeXMLAttribute Class", in Chapter 1 of the JADE Encyclopaedia of Classes.