Searched refs:_addChild (Results 1 – 3 of 3) sorted by relevance
3 …_addChild(e)},i.prototype.addHead=function(e){e.dx<this.extraw&&(this.extraw=e.dx),this.heads[this… method in i
66366 XmlElement.prototype._addChild = function (child) {66380 this._addChild(child);66394 this._addChild(new XmlTextNode(text));66400 this._addChild(new XmlCDataNode(cdata));66406 this._addChild(new XmlCommentNode(comment));
2 …_addChild=function(r){this.children.push(r),this.firstChild||(this.firstChild=r),this.lastChild=r}…