WPTools Manual



Search


(press enter to search)

Class TWPCustomXMLTree

Hierarchy

System.TObject | System.Classes.TPersistent | System.Classes.TComponent | WPXMLint.TWPCustomXMLInterface | TWPCustomXMLTree

Subclasses

WPLngCtr.TWPLanguageControl | WPXMLint.TWPXMLTree

Description

This class is based on TWPCustomXMLInterface. I allocates an intern tree to hold all the data of the XML file. It was designed to hold also XML alike code such as HTML. It supports methods to find and replaces XML nodes, to save a node and to delete nodes. It even supports search in the text and xml params. The unit WPXmlEditor contains a valuable editor which manipulates the data stored in the XML tree.

Properties

Methods

Events

OnBeginUpdate : Boolean= Boolean

This event will be called by the method BeginUpdate by the class TWPXMLOneLevel

OnEndUpdate : TNotifyEvent= procedure (Sender : TObject) of Object

This event will be called by the method EndUpdate by the class TWPXMLOneLevel

Used or referenced by

-Function TWPXMLOneLevel.CopyTree(NewParent:TWPCustomXMLTree) : TWPXMLOneLevel