Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
44 /** provides read access to a fragment of the hierarchy data.
46 <p>A hierarchy data source provides access to a tree of hierarchy data
53 <li>"Title", which is of type <atom>string</atom>. It contains a title
55 <li>"TargetURL", which is of type <atom>string</atom></li> It may contain
56 any URL, which will be treated as the target of a hierarchy link.
57 <li>"Children", which is of type <type>HierarchyDataReadAccess</type> or
58 of type <type>HierarchyDataReadWriteAccess</type></li>, depending on the
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.
73 containing an implementation of service
75 node. It will return an implementation of service
84 /** gives access to the data members of a hierarchy data node as well
85 as to any child nodes or to the data members of child nodes using a
88 <p>A hierarchical name consists of segments that are separated by a
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
117 an <atom>any</atom> containing an implementation of service
119 node. It will return an implementation of service
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>
133 conntaining an implementation of service
135 node. It will return an implementation of service
157 /** allows controlling or observing the lifetime of the hierarchy data