Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
 
18
19
20
21
documentgetelementsbytagnameNS03
22
IBM
23
24
	The method getElementsByTagNameNS returns a NodeList of all the Elements with
25
	a given local name and namespace URI in the order in which they are encountered
26
	in a preorder traversal of the Document tree.
27
 
28
	Invoke the getElementsByTagNameNS method on a new Document object with the values of
29
	namespaceURI=** and localName=**.  This should return a nodeList of 0 items.
30
31
Neil Delima
32
2002-04-30
33
34
35
36
37
38
39
40
41