Lines Matching refs:fragment
82 and before the optional “<code>#</code>” and fragment part.
84 before the optional “<code>#</code>” and fragment part.</p>
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.
213 @param fragment
214 the textual representation of the new fragment part. The exact spelling
217 void setFragment([in] string fragment);
220 clears the fragment part of this URI reference.