HomeSort by relevance Sort by last modified time
    Searched refs:cloneNode (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 115 text1 = (Text) text1.cloneNode(false);
116 text2 = (Text) text2.cloneNode(false);
121 text1 = (Text) text1.cloneNode(false);
122 text2 = (Text) text2.cloneNode(false);
127 text2 = (Text) text2.cloneNode(false);
128 text3 = (Text) text3.cloneNode(false);
133 text2 = (Text) text2.cloneNode(false);
134 text3 = (Text) text3.cloneNode(false);
139 entRef = (EntityReference) entRef.cloneNode(false);
140 text1 = (Text) text1.cloneNode(false)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 133 text1 = (Text) text1.cloneNode(false);
134 text2 = (Text) text2.cloneNode(false);
139 text1 = (Text) text1.cloneNode(false);
140 text2 = (Text) text2.cloneNode(false);
145 text2 = (Text) text2.cloneNode(false);
146 text3 = (Text) text3.cloneNode(false);
151 text2 = (Text) text2.cloneNode(false);
152 text3 = (Text) text3.cloneNode(false);
157 entRef = (EntityReference) entRef.cloneNode(false);
158 text1 = (Text) text1.cloneNode(false)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ALoopIncCommand.java 49 cloneNode(this._position_),
50 cloneNode(this._variable_),
51 cloneNode(this._start_),
52 cloneNode(this._end_),
53 cloneNode(this._increment_),
54 cloneNode(this._command_));
AEachCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._variable_),
43 cloneNode(this._expression_),
44 cloneNode(this._command_));
AIfCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._expression_),
43 cloneNode(this._block_),
44 cloneNode(this._otherwise_));
ALoopToCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._variable_),
43 cloneNode(this._expression_),
44 cloneNode(this._command_));
AWithCommand.java 41 cloneNode(this._position_),
42 cloneNode(this._variable_),
43 cloneNode(this._expression_),
44 cloneNode(this._command_));
ALoopCommand.java 45 cloneNode(this._position_),
46 cloneNode(this._variable_),
47 cloneNode(this._start_),
48 cloneNode(this._end_),
49 cloneNode(this._command_));
AAltCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
AAutoescapeCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
AEscapeCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
ASetCommand.java 37 cloneNode(this._position_),
38 cloneNode(this._variable_),
39 cloneNode(this._expression_));
AAddExpression.java 33 cloneNode(this._left_),
34 cloneNode(this._right_));
AAndExpression.java 33 cloneNode(this._left_),
34 cloneNode(this._right_));
ACommaExpression.java 33 cloneNode(this._left_),
34 cloneNode(this._right_));
ACommentCommand.java 33 cloneNode(this._position_),
34 cloneNode(this._comment_));
  /external/okhttp/website/static/
html5shiv.min.js 4 (function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
5 a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}</style>";
6 c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
8 for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonefalsenocopytext.java 31 * The "cloneNode(deep)" method does not copy text unless it
35 * the "cloneNode(deep)" method with deep=false. The
75 clonedNode = childNode.cloneNode(false);
hc_nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
35 * "cloneNode(deep)" method with deep=false. The
71 clonedNode = employeeNode.cloneNode(false);
hc_nodeclonenodefalse.java 31 * The "cloneNode(deep)" method returns a copy of the node
35 * "cloneNode(deep)" method with deep=false. The
75 clonedNode = employeeNode.cloneNode(false);
hc_nodeclonetruecopytext.java 31 * The "cloneNode(deep)" method does not copy text unless it
35 * the "cloneNode(deep)" method with deep=true. The
73 clonedNode = childNode.cloneNode(true);
nodeclonefalsenocopytext.java 31 * The "cloneNode(deep)" method does not copy text unless it
35 * the "cloneNode(deep)" method with deep=false. The
76 clonedNode = childNode.cloneNode(false);
nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
35 * "cloneNode(deep)" method with deep=false. The
72 clonedNode = employeeNode.cloneNode(false);
nodeclonenodefalse.java 31 * The "cloneNode(deep)" method returns a copy of the node
35 * "cloneNode(deep)" method with deep=false. The
76 clonedNode = employeeNode.cloneNode(false);
nodeclonetruecopytext.java 32 * the "cloneNode(deep)" method with deep=true. The
71 clonedNode = childNode.cloneNode(true);

Completed in 1160 milliseconds

1 2 3 4 5 6 7