tree class The tree class represents the structure from which the node class is derived. Class hierarchy Parent class Current class Objects derived from this class object tree None Properties Name Description Type Access all Returns a collection of like-named, in-scope nodes. Object Read classAll Returns a collection of like-class, in-scope nodes. Object Read classIndex Returns the position of this object in its collection of like-class, in-scope objects. Integer Read index Returns the position of this node in its collection of like-named, in-scope nodes. Integer Read name Specifies an identifier that may be used to specify this object or event in script expressions. String Read /Write nodes Returns a list of all child objects of the current object. Object Read parent Returns the parent object of the current object. Object Read somExpression Reads the reference syntax expression for this node. String Read Methods Name Description Returns resolveNode Evaluates the specified reference syntax expression, beginning with the current XML form object model object, and returns the value of the object specified in the reference syntax expression. Object resolveNodes 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. Object