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
    elementsetidattributens10
21
    IBM
22
    
23
     Declares the attribute specified by local name and namespace URI to be of type ID. If the value of the
24
     specified attribute is unique then this element node can later be retrieved using getElementById on Document.
25
     Note, however, that this simply affects this node and does not change any grammar that may be in use.
26
 
27
     Invoke setIdAttributeNS on two existing namespace attributes with different values.  Verify by calling
28
     isId on the attributes and getElementById with different values on document node.
29
    
30
    Jenny Hsu
31
    2003-02-26
32
    
33
  
34
  
35
  
36
  
37
  
38
  
39
  
40
  
41
  
42
  
43
  
44
  
45
  
46
  
47
  
48
  
49
  
50
  
51
  
52
  
53
  
54
  
55
  
56
  
57
  
58
  
59
  
60
  
61
  
62
  
63
  
64