| ickXMLp Component |
| The ickXMLp component implements a lexical XML parser for manipulating XML (and/or HTML) documents. (NOTE: The following is a very short description. For more information, please consult the help files that come with the respective package.) |
The component takes pieces of XML code through the InputText property, until Reset is set to true, parses it and fires events like BeginElement, EndElement, Text, Meta, PI, etc. The user can evaluate entities inside the EvalEntity event.
The attributes can be accessed through the AttrCount, AttrName, and AttrValue properties during the BeginElement and EndElement events.
You can control the firing of events through the FlushOnEOL and especially the Reset properties. The PreserveWhiteSpace, ExtraNameChars, and ExtraSpaceChars properties control how names and white spaces are handled.
| PROPERTIES |
| EVENTS |