[Overview][Classes][Procedures and functions][Index] |
Gets a cached DOM node starting at the specified position in the cache.
Source position: laz2_xmlcfg.pas line 90
protected function TXMLConfig.GetCachedPathNode( |
Index: Integer |
):TDOMNode; |
Index: Integer; |
out aNodeSearchName: string |
):TDOMNode; |
Index |
|
Position in the cache for the initial DOM node in the search. |
DOM node with the specified name, or Nil when the cache is invalid.
Index |
|
Position in the cache for the initial DOM node in the search. |
aNodeSearchName |
|
Node name located in the cache. |
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.
|
Searches for the DOM node with the specified path, and updates the node cache. |
Version 4.0 | Generated 2025-05-03 | Home |