Searched refs:_nodeFactory (Results 1 – 1 of 1) sorted by relevance
632 this.createURL = this._nodeFactory.bind(this, "url");633 this.createSnippet = this._nodeFactory.bind(this, "snippet");634 this.createText = this._nodeFactory.bind(this, "text");635 this.createObject = this._nodeFactory.bind(this, "object");636 this.createNode = this._nodeFactory.bind(this, "node");697 _nodeFactory: function(type) method in AuditResultImpl