Searched defs:getNamedItem (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/davclient.js/dommer/
H A Ddommer.js1131 NamedNodeMap.prototype.getNamedItem = function(name) { method in class:NamedNodeMap
H A Ddommer.min.js10 this.current.namespaceURI+':'+this.current.nodeName);};this.current=this.current.parentNode;};DOMHandler.prototype.endDocument=function(){};function DOM(){};this.DOM=DOM;DOM.prototype.createDocument=function(){var document=new Document();document.initialize();return document;};DOM.prototype.toXML=function(docOrEl,encoding){var xml='<?xml version="1.0"';if(encoding){xml+=' encoding="'+encoding+'"';};xml+='?>\n';return xml+docOrEl.toXML();};DOM.prototype.parseXML=function(xml){var handler=new DOMHandler();var parser=new SAXParser();parser.initialize(xml,handler);parser.parse();var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype.buildFromHandler=function(handler){var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype._copyNamespaceMapping=function(document,namespaces){document.namespaceToPrefix=namespaces;};function BaseArray(){for(var i=0;i<arguments.length;i++){this[i]=arguments[i];};this.length=arguments.length;};BaseArray.prototype.concat=function(){throw('Not supported');};BaseArray.prototype.join=function(){throw('Not supported');};BaseArray.prototype.pop=function(){var item=this[this.length-1];delete this[this.length-1];this.length=this.length-1;return item;};BaseArray.prototype.push=function(item){this[this.length]=item;this.length=this.length+1;return item;};BaseArray.prototype.reverse=function(){throw('Not supported');};BaseArray.prototype.shift=function(){var item=this[0];for(var i=1;i<this.length;i++){this[i-1]=this[i];};delete this[length-1];this.length=this.length-1;return item;};BaseArray.prototype.unshift=function(item){for(var i=0;i<this.length;i++){this[this.length-i]=this[(this.length-i)-1];};this[0]=item;this.length=this.length+1;return;};BaseArray.prototype.splice=function(){throw('Not supported');};BaseArray.prototype.toString=function(){var ret=[];for(var i=1;i<this.length;i++){ret.push(this[i].toString());};return ret.join(', ');};this.BaseArray=BaseArray;function NodeList(){};NodeList.prototype=new BaseArray;this.NodeList=NodeList;NodeList.prototype.item=function(index){return this[index];};function NamedNodeMap(){};NamedNodeMap.prototype=new BaseArray;this.NamedNodeMap=NamedNodeMap;NamedNodeMap.prototype.item=function(index){return this[index];};NamedNodeMap.prototype.getNamedItem=function(name){for(var i=0;i<this.length;i++){if(this[i].nodeName==name){return this[i];};};return (…) method in class:NamedNodeMap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/dommer/
H A Ddommer.js1131 NamedNodeMap.prototype.getNamedItem = function(name) { method in class:NamedNodeMap
H A Ddommer.min.js10 this.current.namespaceURI+':'+this.current.nodeName);};this.current=this.current.parentNode;};DOMHandler.prototype.endDocument=function(){};function DOM(){};this.DOM=DOM;DOM.prototype.createDocument=function(){var document=new Document();document.initialize();return document;};DOM.prototype.toXML=function(docOrEl,encoding){var xml='<?xml version="1.0"';if(encoding){xml+=' encoding="'+encoding+'"';};xml+='?>\n';return xml+docOrEl.toXML();};DOM.prototype.parseXML=function(xml){var handler=new DOMHandler();var parser=new SAXParser();parser.initialize(xml,handler);parser.parse();var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype.buildFromHandler=function(handler){var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype._copyNamespaceMapping=function(document,namespaces){document.namespaceToPrefix=namespaces;};function BaseArray(){for(var i=0;i<arguments.length;i++){this[i]=arguments[i];};this.length=arguments.length;};BaseArray.prototype.concat=function(){throw('Not supported');};BaseArray.prototype.join=function(){throw('Not supported');};BaseArray.prototype.pop=function(){var item=this[this.length-1];delete this[this.length-1];this.length=this.length-1;return item;};BaseArray.prototype.push=function(item){this[this.length]=item;this.length=this.length+1;return item;};BaseArray.prototype.reverse=function(){throw('Not supported');};BaseArray.prototype.shift=function(){var item=this[0];for(var i=1;i<this.length;i++){this[i-1]=this[i];};delete this[length-1];this.length=this.length-1;return item;};BaseArray.prototype.unshift=function(item){for(var i=0;i<this.length;i++){this[this.length-i]=this[(this.length-i)-1];};this[0]=item;this.length=this.length+1;return;};BaseArray.prototype.splice=function(){throw('Not supported');};BaseArray.prototype.toString=function(){var ret=[];for(var i=1;i<this.length;i++){ret.push(this[i].toString());};return ret.join(', ');};this.BaseArray=BaseArray;function NodeList(){};NodeList.prototype=new BaseArray;this.NodeList=NodeList;NodeList.prototype.item=function(index){return this[index];};function NamedNodeMap(){};NamedNodeMap.prototype=new BaseArray;this.NamedNodeMap=NamedNodeMap;NamedNodeMap.prototype.item=function(index){return this[index];};NamedNodeMap.prototype.getNamedItem=function(name){for(var i=0;i<this.length;i++){if(this[i].nodeName==name){return this[i];};};return (…) method in class:NamedNodeMap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/davclient.js/dommer/
H A Ddommer.js
H A Ddommer.min.js
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/dommer/
H A Ddommer.js
H A Ddommer.min.js
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/dommer/
H A Ddommer.js
H A Ddommer.min.js
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/davclient.js/dommer/
H A Ddommer.js
H A Ddommer.min.js

Completed in 222 milliseconds