getChildNodes: function() {
            if (!this.childNodes) {
                this.childNodes = new List();
            }
            return this.childNodes;