Skip to Content
0
Dec 14, 2005 at 03:22 PM

Accessing WD context nodes in a generic way

31 Views

Hi,

Is there any approach to find the context child node in a generic way, by its name?

I mean - similar to IWDNodeElement.getAttributeValue(String)

For instance in the context we have simple value node A. Inside this node we have two more child nodes "B" and "C".

Can we use something like currentAElement().getChildNode("B")?

thanks in advance