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
nodehasattributes01
21
IBM
22
23
	The method hasAttributes returns whether this node (if it is an element) has any attributes.
24
 
25
	Retreive an element node without attributes.  Verify if hasAttributes returns false.
26
	Retreive another element node with attributes.  Verify if hasAttributes returns true.
27
28
Neil Delima
29
2002-04-28
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45