Unit simplexmlparser
Description
This file contains something similar to an XML parser.
Use procedure parseXML to parse an XML file. It actually calls the HTML parser, not an XML parser, but it works reasonable well
*
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Description
Functions and Procedures
procedure parseXML(xml:string; enterTag:TEnterTagEvent; leaveTag: TLeaveTagEvent; textRead: TTextEvent; outputEncoding: TSystemCodePage); |
Perhaps this parses xml data, perhaps it doesn't. Who knows...
Parameters
- xml
- The xml data
- enterTag
- Event to be called when a tag is entered
- leaveTag
- Event to be called when a tag is leaved
- textRead
- Event to be called when text between tags is read
- outputEncoding
- Encoding to be used in the parameters passed to the event
|
function getProperty(propertyName: string; properties:TProperties; const def: string = ''):string; |
|
procedure addProperty(propertyName,value: string;var properties:TProperties); |
|
procedure setProperty(propertyName,value: string;var properties:TProperties); |
|
Types
Author
Generated by PasDoc 0.16.0.