HomeSort by relevance Sort by last modified time
    Searched refs:appendChild (Results 26 - 50 of 405) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorDecimalFormat.java 73 handler.getStylesheet().appendChild(dfp);
ProcessorGlobalParamDecl.java 73 handler.getStylesheet().appendChild(v);
ProcessorGlobalVariableDecl.java 73 handler.getStylesheet().appendChild(v);
ProcessorText.java 59 parent.appendChild(elem);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyImport.java 102 public ElemTemplateElement appendChild(ElemTemplateElement newChild)
  /external/v8/build/android/lint/
suppress.py 86 top_element.appendChild(new_dom.createComment(_DOC))
98 issue_element.appendChild(ignore_element)
102 issue_element.appendChild(ignore_element)
103 top_element.appendChild(issue_element)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeappendchildgetnodename.java 31 * The "appendChild(newChild)" method returns the node
76 appendNode = employeeNode.appendChild(newChild);
hc_nodeappendchildinvalidnodetype.java 31 * The "appendChild(newChild)" method raises a
80 appendedChild = rootNode.appendChild(newChild);
nodeappendchildgetnodename.java 31 * The "appendChild(newChild)" method returns the node
76 appendNode = employeeNode.appendChild(newChild);
nodeappendchildinvalidnodetype.java 31 * The "appendChild(newChild)" method raises a
81 appendedChild = rootNode.appendChild(newChild);
nodeappendchildnodeancestor.java 31 * The "appendChild(newChild)" method raises a
82 appendedChild = employeeNode.appendChild(newChild);
nodeappendchildnomodificationallowederrEE.java 31 * The "appendChild(newChild)" method causes the
35 * Create an ent4 entity reference and the "appendChild(newChild)" method.
78 appendedNode = entRef.appendChild(createdNode);
hc_attrinsertbefore3.java 81 retval = docFrag.appendChild(terNode);
82 retval = docFrag.appendChild(dayNode);
hc_attrinsertbefore4.java 80 retval = docFrag.appendChild(terNode);
81 retval = docFrag.appendChild(dayNode);
hc_attrinsertbefore7.java 96 retval = docFrag.appendChild(terNode);
97 retval = docFrag.appendChild(dayNode);
hc_attrreplacechild2.java 78 retval = docFrag.appendChild(terNode);
79 retval = docFrag.appendChild(dayNode);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_nodedocumentfragmentnormalize2.java 67 retval = docFragment.appendChild(txtNode);
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
dom.py 53 def appendChild(self, node):
55 self.element.appendChild(node.element)
62 self.element.appendChild(text)
77 newParent.element.appendChild(child)
124 self.document.appendChild(NodeBuilder(doctype))
142 def appendChild(self, node):
143 self.dom.appendChild(node.element)
164 self.dom.appendChild(self.dom.createTextNode(data))
_base.py 54 def appendChild(self, node):
83 newParent.appendChild(child)
249 self.document.appendChild(element)
257 self.document.appendChild(doctype)
262 parent.appendChild(self.commentClass(token["data"]))
292 self.openElements[-1].appendChild(element)
306 parent.appendChild(element)
  /external/icu/icu4j/perf-tests/
perftests.pl 97 $root->appendChild($jdkElement);
108 $root->appendChild($icuElement);
141 $root->appendChild($jdkElement);
151 $root->appendChild($icuElement);
233 $root->appendChild($ICU);
240 $root->appendChild($Key);
247 $root->appendChild($JDK);
254 $root->appendChild($Key);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
SlidingDrawerRule.java 57 INode handle = node.appendChild(SdkConstants.FQCN_BUTTON);
62 INode content = node.appendChild(SdkConstants.FQCN_LINEAR_LAYOUT);
  /cts/tools/utils/cts/
tools.py 58 parent.appendChild(child)
64 parent.appendChild(child)
68 child.appendChild(test)
100 doc.appendChild(package)
204 doc.appendChild(plan)
213 plan.appendChild(entry)
  /libcore/ojluni/src/main/java/java/util/prefs/
XmlSupport.java 106 preferences.appendChild(doc.createElement("root"));
118 e.appendChild(doc.createElement("map"));
119 e = (Element) e.appendChild(doc.createElement("node"));
157 Element map = (Element) elt.appendChild(doc.createElement("map"));
160 map.appendChild(doc.createElement("entry"));
179 elt.appendChild(doc.createElement("node"));
376 xmlMap.appendChild(doc.createElement("entry"));
  /libcore/ojluni/src/main/java/java/util/
XMLUtils.java 144 doc.appendChild(doc.createElement("properties"));
147 Element comments = (Element)properties.appendChild(
149 comments.appendChild(doc.createTextNode(comment));
154 Element entry = (Element)properties.appendChild(
157 entry.appendChild(doc.createTextNode(props.getProperty(key)));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 116 dom.documentElement.appendChild(orig)
118 frag.appendChild(c1)
119 frag.appendChild(c2)
120 frag.appendChild(c3)
142 dom.documentElement.appendChild(dom.createComment(u"Hello"))
149 dom.documentElement.appendChild(frag)
152 "appendChild(<fragment>)")
169 self.assertRaises(xml.dom.HierarchyRequestErr, dom.appendChild, text)
171 dom.appendChild(elem)
183 elem.appendChild(text
    [all...]

Completed in 1048 milliseconds

12 3 4 5 6 7 8 91011>>