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

Method load

rhino/src/main/java/org/mozilla/javascript/xml/XMLLoader.java:7–7  ·  view source on GitHub ↗
(ScopeObject scope, boolean sealed)

Source from the content-addressed store, hash-verified

5/** This interface is used to load the XML implementation using the ServiceLoader pattern. */
6public interface XMLLoader {
7 void load(ScopeObject scope, boolean sealed);
8
9 XMLLib.Factory getFactory();
10}

Callers 10

TestAtomicsOperationsFunction · 0.65
withFrameworkMethod · 0.65
addTestsFromStreamMethod · 0.65
fromSourceMethod · 0.65
actionPerformedMethod · 0.65
loadNewConsoleMethod · 0.65

Implementers 1

XMLLoaderImplrhino-xml/src/main/java/org/mozilla/ja

Calls

no outgoing calls

Tested by 4

withFrameworkMethod · 0.52
addTestsFromStreamMethod · 0.52
fromSourceMethod · 0.52