Not clear. Looks like I marked it private in r9179 as general doc cleanup. Probably I was being over-zealous.
Can you give an example of how you used this? Internally, this is used mostly to inherit attribute values. The modern way to do that is to use CSS: <attribute name="foo" style="foo" inherit="true" /> Will cause a node to inherit the CSS foo value from it's parent if it does not have one of its own. Are there other applications? If not, I am in favor of leaving this interface private. On 2011-03-06, at 07:36, Raju Bitter wrote: > The LzNode#searchParents() method doesn't show up in the > documentation, it's private now. What was the reason to make that > method private? I used it a lot in my apps.
