From 270a5cdfe8abb73a4651a3d293fcd529d55cb5ca Mon Sep 17 00:00:00 2001 From: dsiders Date: Fri, 31 Jan 2025 10:09:25 -0500 Subject: [PATCH] Docs: LazUtils/laz2_dom. Removes deprecation notice for TDOMNodeList.BuildList. Changed in 476da882. --- docs/xml/lazutils/laz2_dom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/xml/lazutils/laz2_dom.xml b/docs/xml/lazutils/laz2_dom.xml index 0872aec479..3404047285 100644 --- a/docs/xml/lazutils/laz2_dom.xml +++ b/docs/xml/lazutils/laz2_dom.xml @@ -3406,9 +3406,10 @@ classes to perform the actions needed for the DOM node specialization. DOM Node to examine in the method. - -Fills the node list using the node filter. + +Fills the node list using the node filter. +

BuildList is a virtual method used to get the TDOMNode @@ -3426,9 +3427,6 @@ should be included in the node list. If the return value from NodeFilter indicates that recursion is allowed, the child nodes for each child node are also visited and examined.

- -BuildList is marked as deprecated in TDOMNode. Use NodeFilter instead. -