![]() |
Unit
WPXMLint
Declaration
TWPXMLInterface = class(TWPCustomXMLInterface)
Hierarchy
TComponent <--TWPCustomXMLInterface <--TWPXMLInterface
Subclasses
None
Description
This class implements a XML support which triggers events to let *you* load and save XML data. The developer is only responsible to store the XML data while the component does the other part: parsing, translation of entities, conversion of parameter to stringlists, maintaining a read-stack at load time, automatic creation of missing tags at read time, automatic closing of tags at write time.
This class was created to provide an easy to use XML interface and it does not yet support unicode and will not support DOM and other entities than the predefined XML entities + common HTML entities. Since it can be configured to also allow non standard XML input and output.
If you need an XML tree stored in memory use the component TWPXMLTree.
Copyright (C) by WP |