Lines Matching refs:a

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
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.
53 <li>"Title", which is of type <atom>string</atom>. It contains a title
56 any URL, which will be treated as the target of a hierarchy link.
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.
74 <type>HierarchyDataReadAccess</type>, if it was called on a read-only
76 <type>HierarchyDataReadWriteAccess</type> if it was called on a
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
89 single slash ('/'). There is neither a leading nor a trailing slash
111 <atom>any</atom> containing a string containing the title of the node
118 <type>HierarchyDataReadAccess</type>, if it was called on a read-only
120 <type>HierarchyDataReadWriteAccess</type> if it was called on a
127 containing a <atom>string</atom> containing the target URL of the node.
134 <type>HierarchyDataReadAccess</type>, if it was called on a read-only
136 <type>HierarchyDataReadWriteAccess</type> if it was called on a
151 <p>An implementation should collect as many changes as possible into a