If some function of CKEditor isn't available in the documentation it might be due to the fact that they are private and not meant to be use outside of the core routines.
But in your case, you are looking at the browser DOM, so you just need to get a good book on Javascript and the different DOM behavior in each browser. That's fully out of scope with regards to the CKEditor documentation.
Re: CKEditor API documentation
But in your case, you are looking at the browser DOM, so you just need to get a good book on Javascript and the different DOM behavior in each browser. That's fully out of scope with regards to the CKEditor documentation.