[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#lazutils)

TXMLConfig.InvalidatePathCache

Removes cached DOM nodes for paths in the XML configuration file.

Declaration

Source position: laz2_xmlcfg.pas line 150

public procedure TXMLConfig.InvalidatePathCache;

Description

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.

See also

TXMLConfig.InvalidateCacheTilEnd

  

Removes DOM nodes from the internal cache starting at the specified ordinal position.

TXMLConfig.DeletePath

  

Deletes the DOM node at the specified path in the Document.

TXMLConfig.ReadXMLFile

  

Reads the XML content from the specified file into a TXMLDocument instance.

TXMLConfig.FreeDoc

  

Frees the TXMLDocument instance for the XML configuration file.

TXMLConfig.InternalCleanNode

  

Removes the specified node and all of its children from the Document.

TXMLConfig.Filename

  

File name used to read or write the XML content in the class instance.


Version 4.0 Generated 2025-05-03 Home