Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
3
14
 
15
16
  
17
  %entities;
18
]>
19
20
  
21
    Attribute_Nodes
22
    Bob Clary
23
    
24
      S1.2.2 Attribute Nodes -
25
      Create ANY_TYPE XPathResult matching  //@*,
26
      check that each matching Node is an Attribute Node,
27
      that parentNodes of returned Attributes are null,
28
      and that ownerElements are in fact Elements.
29
    
30
    2003-12-02
31
    
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
 
65
  
66
 
67
  
68
  
69
  
70
  
71
  
72
 
73
  
74
 
75
  
76
 
77
  
78
 
79
  
80
  
81
 
82
  
83
 
84
  
85
            var="outresult"
86
            expression="expression"
87
            contextNode="contextNode"
88
            resolver="resolver"
89
            type="xpathType"
90
            result="inresult"
91
            interface="XPathEvaluator" />
92
 
93
  
94
 
95
  
96
  
97
    
98
 
99
    
100
    
101
                  actual="nodeType"
102
                  expected="2"
103
                  ignoreCase="false"/>
104
 
105
    
106
    
107
 
108
    
109
    
110
    
111
                  actual="ownerType"
112
                  expected="1"
113
                  ignoreCase="false"/>
114
 
115
    
116
  
117
 
118