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