Lines Matching refs:node

107 	/** receives notification that a modification of a node is started.
110 members of the node until a matching call to
115 specifies the name of the node.
118 specifies attribute values to be applied to the node in the
129 specifies which attributes should be changed for the node.
136 if <TRUE/>, specifies that the node should be reset to its default
143 <li>if a node is not valid in this place</li>
144 <li>if there already was a change to that node</li>
145 <li>if there is no node with that name</li>
146 <li>if the node is read-only</li>
147 <li>if the name is not a valid node name</li>
148 <li>if the attributes or mask are not valid for the node</li>
165 /** receives notification that a node is started as a new item.
167 <p> The current node must be a set and
174 of properties, items or members of the node until a matching call
182 specifies attribute values to be applied to the new node.
192 <li>if there isn't a set node in progress currently</li>
194 <li>if the template for the new node is not found</li>
197 <li>if the attributes are not valid for the node</li>
212 /** receives notification that a node is started as a new item
215 <p> The current node must be a set and
219 of properties or members of the node until a matching call
227 specifies the template to use for the new node
230 specifies attribute values to be applied to the new node.
240 <li>if there isn't a set node in progress currently</li>
242 <li>if the template for the new node is not found</li>
246 <li>if the attributes are not valid for the node</li>
262 /** receives notification that a node modification is complete.
272 <li>if invalid data is detected in the node</li>
273 <li>if no node is started at all</li>
287 <p> The current node must be a set and
292 specifies the name of the node.
296 <li>if there isn't a set node in progress currently</li>
297 <li>if there already was a change to a node of that name</li>
300 <li>if the name is not a valid node name</li>
351 <li>if there isn't a group or extensible node in progress currently</li>
513 <li>if there isn't a group or extensible node in progress currently</li>
533 is added to the current node.
535 <p> The current node must be extensible and
561 <li>if there isn't a group or extensible node in progress currently</li>
583 is added to the current node.
585 <p> The current node must be extensible and
615 <li>if there isn't a group or extensible node in progress currently</li>
637 /** receives notification that a property is dropped from the current node.
639 <p>The current node must be extensible and the property removeable.</p>
646 <li>if there isn't a group or extensible node in progress currently</li>
649 <li>if the name is not a valid node name</li>