FYI, there's no index based accessor. Access is do...
# getting-started
f
FYI, there's no index based accessor. Access is done via
getFirstChild()
and then
getNextSibling()
.