Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
48 /** receives a description of a configuration layer
49 as a sequence of events.
57 /** receives notification that a layer description is started
58 for a component.
61 until a matching call to <member>XLayerHandler::endLayer()</member>
76 /** receives notification that a layer description is complete.
78 <p> Must match a previous call to <member>XLayerHandler::startLayer()</member>.
84 <li>if there is a unfinished subnode in progress</li>
98 /** receives notification that a description of a node override is started.
101 or items of the node until a matching call to
111 <p> The value is a combination of
125 <li>if there isn't a layer in progress</li>
126 <li>if there already was a change to that node</li>
128 <li>if the node is marked read-only in a lower layer</li>
129 <li>if the name is not a valid node name</li>
146 /** receives notification that a new item is started.
148 <p> The current node must be a set and
149 a preexisting item (if any) must be removeable.
156 a matching call to <member>XLayerHandler::endNode()</member>
166 <p> The value is a combination of
174 <li>if there isn't a set node in progress currently</li>
175 <li>if there already was a change to a node of that name</li>
177 <li>if an item of that name on a lower layer is not removeable</li>
178 <li>if the name is not a valid item name</li>
194 /** receives notification that a new item based on a particular template
197 <p> The current node must be a set and
198 a preexisting item (if any) must be removeable.
202 a matching call to <member>XLayerHandler::endNode()</member>
215 <p> The value is a combination of
223 <li>if there isn't a set node in progress currently</li>
224 <li>if there already was a change to a node of that name</li>
226 <li>if the template is not a valid item type for the containing set</li>
227 <li>if an item of that name on a lower layer is not removeable</li>
228 <li>if the name is not a valid item name</li>
245 /** receives notification that a node description is complete.
268 /** receives notification that a node is dropped from a set.
270 <p> The current node must be a set and
279 <li>if there isn't a set node in progress currently</li>
280 <li>if there already was a change to a node of that name</li>
283 <li>if the name is not a valid node name</li>
297 <p> Subsequent calls describe new value(s) for the property until a
308 <p> The value is a combination of
325 In this case any subsequent value may be of a generic type
339 <li>if there isn't a group or extensible node in progress currently</li>
340 <li>if there already was a change to a property of that name</li>
344 <li>if a type is missing and cannot be determined otherwise</li>
345 <li>if the name is not a valid property name</li>
381 <li>if there isn't a property in progress currently</li>
382 <li>if there already was a change to the value of that property</li>
400 is overridden for a specific locale .
416 <li>if there isn't a property in progress currently</li>
418 <li>if there already was a change to the property for that locale</li>
421 <li>if the locale is not a valid locale</li>
437 /** receives notification that a property description is complete.
458 /** receives notification that a property having a <void/> value is added
470 <p> The value is a combination of
485 <li>if a property with that name already exists</li>
486 <li>if the specified type is not allowed for a property</li>
487 <li>if the name is not a valid property name</li>
505 /** receives notification that a property having a non-<void/> value
517 <p> The value is a combination of
537 <li>if a property with that name already exists</li>
540 <li>if the name is not a valid property name</li>