Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
39 /** manages one, or more, complete sets of configuration data and serves as a
40 factory for objects that provide access to a subset of the configuration.
50 given set of arguments, the existing instance may be reused.
57 may be given default values during creation of this service. In particular
64 of the configuration.
73 <p>Using the first of these service specifiers requests a read-only view of
76 To reflect its <em>element role</em> as root of the view, it implements
80 <p>Using the second form requests an updatable view of the configuration.
85 <BR />If the root element of the view is marked read-only (as indicated
93 in parameter <var>aArguments</var> specify the view of the configuration that
94 should be created. That is, they determine the subset of elements that can be
95 accessed starting from the returned object. Each element of the argument
101 <p>What combinations of arguments are supported depends on the service name.
104 <p>With both of the standard service-specifiers above, an implementation must
105 accept a single argument named <code>nodepath</code> of type <atom>string</atom>.
106 This argument must contain the absolute path to an element of the
107 configuration. The view that is selected consists of the named element and
111 <p>Other arguments can be used to control the behavior of the view. These
126 <dd>specifies the location of the view root in the configuration.</dd>
128 <dd>specifies that elements of the hierarchy that are more than the given
129 number of nesting levels away from the root need not be included in the
215 had been called using an empty sequence of arguments.
221 /** allows controlling or observing the lifetime of the configuration.
223 <p>The owner of the provider may dispose of this object
227 disposed of by user code.
231 the provider. Therefore, disposing of the provider will cause all objects
232 belonging to these views to be disposed of as well. This does not apply to
233 <em>snapshot</em> views that have their own copy of the data, if available.