Version 0.9  What is XML4Ada95?  Installation  How-To  API  Download 

COUNTER
counter


Element - getAttribute

Specification

function getAttribute
   (Self : in DOMElement;
    name : in DOMString)
   return DOMString;

Description

Retrieves an attribute value by name.

Parameters

nameThe name of the attribute to retrieve.


Return value

The Attr value as a string, or the empty string if that attribute does not have a specified or default value.

Exceptions

This method raises no exceptions.

Standard

Introduced in DOM Level 1.


get_tagName getAttribute setAttribute removeAttribute getAttributeNode setAttributeNode removeAttributeNode getElementsByTagName (normalize) getAttributeNS setAttributeNS removeAttributeNS getAttributeNodeNS setAttributeNodeNS getElementsByTagNameNS hasAttribute hasAttributeNS

e-Mail: denny@nodix.de

design shareright © 2002 Phlash  
inhalt © 2003-04 Zdenko Denny Vrandecic  
last update: 14.01.2004 website created by XML4Ada95 DocGen