[Overview][Classes][Procedures and functions][Index] |
Removes cached DOM nodes for paths in the XML configuration file.
Source position: laz2_xmlcfg.pas line 150
public procedure TXMLConfig.InvalidatePathCache; |
InvalidatePathCache is a procedure used to invalidate all of the cached references to DOM nodes used in the class instance. InvalidatePathCache calls the InvalidateCacheTilEnd method starting at position 0 in the internal array of DOM nodes used for the cache.
InvalidatePathCache is used in the implementation of methods like: DeletePath, ReadXMLFile, FreeDoc, InternalCleanNode, and SetFilename.
|
Removes DOM nodes from the internal cache starting at the specified ordinal position. |
|
|
Deletes the DOM node at the specified path in the Document. |
|
|
Reads the XML content from the specified file into a TXMLDocument instance. |
|
|
Frees the TXMLDocument instance for the XML configuration file. |
|
|
Removes the specified node and all of its children from the Document. |
|
|
File name used to read or write the XML content in the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |