Evaluates the specified reference syntax expression, beginning with the current XML form object model object, and returns the value of the object or objects specified in the reference syntax expression.The search for an object starts at a different point in the form hierarchy, depending on how the resolveNode property was accessed:
• this.resolveNodes() The search starts from the current object and moves up the form hierarchy.
• xfa.resolveNodes() The search starts at the top of the form hierarchy and moves down.
Note: The search could return unexpected results if the form contains several objects that use the same name. It returns the value of the first object that it finds.Reference_Syntax.resolveNodes( STRING param )
A valid string representing a reference syntax expression that evaluates to one or many XML form object model objects.An object or multiple objects corresponding to the reference syntax expression, if such objects exist. If no such objects exist, this method returns null.tree class