Lines Matching refs:part

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.
80 <p>For an absolute URI reference, the scheme-specific part is everything
81 after the scheme part and the delimiting &ldquo;<code>:</code>&rdquo;,
82 and before the optional &ldquo;<code>#</code>&rdquo; and fragment part.
83 For a relative URI reference, the scheme-specific part is everything
84 before the optional &ldquo;<code>#</code>&rdquo; and fragment part.</p>
87 the textual representation of the scheme-specific part (with the exact
95 <p>An absolute URI reference is hierarchical if its scheme-specific part
105 returns whether this (hierarchical) URI reference has an authority part.
108 <TRUE/> if this URI reference is hierarchical and has an authority part.
113 returns the authority part of this (hierarchical) URI reference.
116 the textual representation of the authority part (with the exact spelling
118 part; otherwise, an empty <atom>string</atom> is returned.
123 returns the path part of this URI reference.
126 the textual representation of the path part (with the exact spelling
128 reference, the scheme-specific part (with the exact spelling retained) is
173 returns whether this (hierarchical) URI reference has a query part.
176 <TRUE/> if this URI reference is hierarchical and has a query part.
181 returns the query part of this (hierarchical) URI reference.
184 the textual representation of the query part (with the exact spelling
186 is a hierarchical URI reference that has a query part; otherwise, an
192 returns whether this URI reference has a fragment part.
195 <TRUE/> if this URI reference has a fragment part.
200 returns the fragment part of this URI reference.
203 the textual representation of the fragment part (with the exact spelling
205 is a URI reference that has a fragment part; otherwise, an empty
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.