Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
35 description of URI references and related terms.</p>
50 returns the textual representation of the complete URI reference.
53 the textual representation of the complete URI reference. The exact
54 spelling of the URI reference is retained.
67 returns the scheme part of this (absolute) URI reference.
70 the textual representation of the scheme part (with the exact spelling
78 returns the scheme-specific part of this URI reference.
87 the textual representation of the scheme-specific part (with the exact
113 returns the authority part of this (hierarchical) URI reference.
116 the textual representation of the authority part (with the exact spelling
123 returns the path part of this URI reference.
126 the textual representation of the path part (with the exact spelling
142 returns the number of path segments of this (hierarchical) URI reference.
145 an empty path, the number of path segments is zero. For a hierarchical
146 URI reference with an absolute, non-empty path, the number of path
147 segments equals the number of &ldquo;<code>/</code>&rdquo; delimiters.
149 number of path segments equals the number of &ldquo;<code>/</code>&rdquo;
153 the number of path segments.
158 returns a given path segment of this (hierarchical) URI reference.
161 the index of the path segment, starting at zero.
164 the textual representation of the given path segment (with the exact
181 returns the query part of this (hierarchical) URI reference.
184 the textual representation of the query part (with the exact spelling
200 returns the fragment part of this URI reference.
203 the textual representation of the fragment part (with the exact spelling
211 sets the fragment part of this URI reference.
214 the textual representation of the new fragment part. The exact spelling
220 clears the fragment part of this URI reference.