Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
48 /** receives a description of a configuration schema as a sequence of events.
56 /** receives notification that a schema description is started.
62 if a schema is already started (and has not been ended).
74 <p> Must match a previous call to <member>startSchema</member>.
80 <li>if there is a unfinished component or template in progress</li>
94 from a different component.
101 <li>if there is a unfinished component or template in progress</li>
103 <li>if the name is not a valid component name</li>
116 /** receives notification that a component description is started.
119 until a matching call to <member>endComponent</member>
128 <li>if there is a unfinished component or template in progress </li>
130 <li>if there already is a component data tree of this name</li>
131 <li>if the name is not a valid component name</li>
144 /** receives notification that a component description is complete.
146 <p> Must match a previous call to <member>startComponent</member>.
152 <li>if there is a unfinished subnode in progress<li>
166 /** receives notification that a template description is started for a group.
169 until a matching call to <member>endTemplate</member>
179 <p> The value is a combination of
183 to describe a template for a node with an extensible
189 <li>if there is a unfinished component or template in progress</li>
191 <li>if there already is a template with that identifier</li>
192 <li>if the name is not a valid template identifier </li>
193 <li>if the attributes are not valid for a group</li>
209 /** receives notification that a template description is started for a set.
212 until a matching call to <member>endTemplate</member>
222 <p> The value is a combination of
226 to describe a template for a node with an extensible
235 <li>if there is a unfinished component or template in progress</li>
237 <li>if there already is a template with that identifier</li>
240 <li>if the attributes are not valid for a set</li>
257 /** receives notification that a template description is complete.
259 <p> Must match a previous call to <member>startGroupTemplate</member>
266 <li>if there is a unfinished subnode in progress</li>
280 /** receives notification that a group description is started.
283 until a matching call to <member>endNode</member>
293 <p> The value is a combination of
297 to describe a group with an extensible set of properties.
302 <li>if there isn't a group node in progress currently</li>
303 <li>if there already is a node with that name</li>
304 <li>if the name is not a valid node name</li>
305 <li>if the attributes are not valid for a group</li>
320 /** receives notification that a set description is started.
323 until a matching call to <member>endNode</member>
333 <p> The value is a combination of
337 to describe a set with an extensible set of properties.
345 <li>if there isn't a group node in progress currently</li>
346 <li>if there already is a node with that name</li>
348 <li>if the name is not a valid node name</li>
349 <li>if the item-type is not a valid template identifier</li>
350 <li>if the attributes are not valid for a set</li>
366 /** receives notification that a node description is complete.
374 <li>if the name is not a the name of the node in progress</li>
388 /** receives notification that a property is added to the current node.
390 <p> The property will have a default value of <NULL/>
400 <p> The value is a combination of
409 <li>if there isn't a group or extensible node in progress currently</li>
410 <li>if a property with the same name already exists</li>
412 <li>if the name is not a valid property name</li>
413 <li>if the attributes are not valid for a property</li>
430 /** receives notification that a property having a default value
439 <p> The value is a combination of
452 <li>if there isn't a group or extensible node in progress currently</li>
453 <li>if a property with the same name already exists</li>
456 <li>if the name is not a valid property name</li>
457 <li>if the attributes are not valid for a property</li>
474 /** receives notification that the current group has a child node
475 that is an instance of a specified template.
481 specifies a template that describes the new node.
485 <li>if there isn't a group node in progress currently</li>
486 <li>if there already is a node with that name</li>
503 that are instances of a specified template.
506 specifies a template that is accepted as valid item type
511 <li>if there isn't a set node in progress currently</li>
513 <li>if the name is not a valid template name</li>