Lines Matching refs:node
47 nodes. Each hierarchy data node, except the root node, has a parent that
48 is a hierarchy data node too. A hierarchy data node has a name.
50 <p>Each hierarchy data node has three data members:
54 for the node. This value must not be empty.
59 type of the node. This member provides access to the children of a node.
65 /** gives access to the data members of a hierarchy data node.
70 containing a string containing the title of the node.
75 node. It will return an implementation of service
77 writable node.
84 /** gives access to the data members of a hierarchy data node as well
111 <atom>any</atom> containing a string containing the title of the node
116 access to the child node named "subnode1" of the node. It will return
119 node. It will return an implementation of service
121 writable node.
125 will give direct access to the "TargetURL" data member of the child node
126 named "subnode2" of the node. It will return an <atom>any</atom>
127 containing a <atom>string</atom> containing the target URL of the node.
131 will give direct access to the "Children" data member of the child node
132 named "subnode3" of the node. It will return an <atom>any</atom>
135 node. It will return an implementation of service
137 writable node.