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. -