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

TXMLConfig.GetCachedPathNode

Gets a cached DOM node starting at the specified position in the cache.

Declaration

Source position: laz2_xmlcfg.pas line 90

protected function TXMLConfig.GetCachedPathNode(

  Index: Integer

):TDOMNode;

function TXMLConfig.GetCachedPathNode(

  Index: Integer;

  out aNodeSearchName: string

):TDOMNode;

Arguments

Index

  

Position in the cache for the initial DOM node in the search.

Function result

DOM node with the specified name, or Nil when the cache is invalid.

Arguments

Index

  

Position in the cache for the initial DOM node in the search.

aNodeSearchName

  

Node name located in the cache.

Description

GetCachedPathNode is an overloaded TDomNode function used to get the document element at the specified position in the cached DOM nodes for the Document. GetCachedPathNode is used in the implementation of the InternalFindNode method.

See also

TXMLConfig.InternalFindNode

  

Searches for the DOM node with the specified path, and updates the node cache.


Version 4.0 Generated 2025-05-03 Home