func doGetElement(_data) event(onGetElement, Parent && '.childNodes[' && Index && ']') end func Elements() return(Parent && '.childNodes') end func Count() return('len(' && Parent && '.childNodes)') end func Item() return(Parent && '.childNodes[' && Index && ']') end