I have DOM element in array
this.object = \"color1 text1
You would use this.element[i] to access any element in the array, and then you can access the children of those elements:
this.element[i]
this.element[0].childNodes[0].innerHTML = "paint one";