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

COUNTER
counter


Element - getElementsByTagName

Specification

function getElementsByTagName
   (Self : in DOMElement;
    name : in DOMString)
   return DOMNodeList;

Description

Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.

Parameters

nameThe name of the tag to match on. The special value "*" matches all tags.


Return value

A list of matching Element nodes.

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