MCPcopy Create free account
hub / github.com/mozilla/rhino / replace

Method replace

rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:370–373  ·  view source on GitHub ↗
(XMLName xmlName, Object xml)

Source from the content-addressed store, hash-verified

368 }
369
370 XML replace(XMLName xmlName, Object xml) {
371 putXMLProperty(xmlName, xml);
372 return this;
373 }
374
375 @Override
376 XMLList children() {

Callers 15

js_replaceMethod · 0.95
normalizeYearFunction · 0.45
getHourByTimeFunction · 0.45
getJdFunction · 0.45
setMyValueOnMethod · 0.45
stackToLinesMethod · 0.45
toLocale_helperMethod · 0.45
tagifyMethod · 0.45
createAdapterCodeMethod · 0.45
appendTypeStringMethod · 0.45
toCamelUpperMethod · 0.45

Calls 6

putXMLPropertyMethod · 0.95
childMethod · 0.95
lengthMethod · 0.95
itemMethod · 0.95
insertChildAfterMethod · 0.95
removeChildMethod · 0.95

Tested by 15

stackToLinesMethod · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36