Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoXMLDoc.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 157 |
const Value : string |
const Value : string |
| 158 |
); |
); |
| 159 |
var |
var |
|
t : Integer; |
|
| 160 |
index : Integer; |
index : Integer; |
| 161 |
begin |
begin |
| 162 |
|
|
| 297 |
|
|
| 298 |
found : PChar; |
found : PChar; |
| 299 |
tag : string; |
tag : string; |
|
tagLen : Integer; |
|
| 300 |
|
|
| 301 |
isClosed : boolean; |
isClosed : boolean; |
| 302 |
|
|
| 303 |
nodeName : string; |
nodeName : string; |
| 304 |
attributeName : string; |
attributeName : string; |
| 305 |
attributeValue : string; |
attributeValue : string; |
|
|
|
|
t, t2 : Integer; |
|
| 306 |
label |
label |
| 307 |
NextNode; |
NextNode; |
| 308 |
begin |
begin |
|
|
Legend:
| Removed from v.1.8 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
|