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
14
 
15
16
  
17
  %entities;
18
]>
19
20
  
21
    XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE
22
    Bob Clary
23
    
24
      Create a ORDERED_NODE_SNAPSHOT_TYPE XPathResult matching /staff/employee,
25
      modify the Document, then check that iterator XPathResults
26
      are not invalidated XPathResult.invalidIteratorState == false.
27
    
28
    2003-12-02
29
    
30
    
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
            var="outresult"
81
            expression="expression"
82
            contextNode="contextNode"
83
            resolver="resolver"
84
            type="xpathType"
85
            result="inresult"
86
            interface="XPathEvaluator"
87
      />
88
 
89
  
90
                   var="docElement"/>
91
 
92
  
93
                 var="employee"
94
                 tagName=""employee""/>
95
 
96
  
97
               newChild="employee"
98
               var="employee"/>
99
 
100
  
101
               var="invalidIteratorState"
102
	       />
103
 
104
  
105
              actual="invalidIteratorState"
106
  />
107
 
108