Lines Matching refs:reference
42 which allows to create URI reference objects that support
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.
59 returns whether this URI reference is absolute or relative.
62 <TRUE/> if this URI reference is absolute, <FALSE/> if it is relative.
67 returns the scheme part of this (absolute) URI reference.
72 is an absolute URI reference; otherwise, an empty <atom>string</atom> is
78 returns the scheme-specific part of this URI reference.
80 <p>For an absolute URI reference, the scheme-specific part is everything
83 For a relative URI reference, the scheme-specific part is everything
93 returns whether this URI reference is hierarchical or opaque.
95 <p>An absolute URI reference is hierarchical if its scheme-specific part
96 starts with “<code>/</code>”. A relative URI reference is
100 <TRUE/> if this URI reference is hierarchical, <FALSE/> if it is opaque.
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.
117 retained), if this is a hierarchical URI reference that has an authority
123 returns the path part of this URI reference.
127 retained), if this is a hierarchical URI reference; for an opaque URI
128 reference, the scheme-specific part (with the exact spelling retained) is
134 returns whether this (relative) URI reference has a relative path.
137 <TRUE/> if this URI reference is relative and has a relative path.
142 returns the number of path segments of this (hierarchical) URI reference.
144 <p>For an opaque URI reference, and for a hierarchical URI reference with
146 URI reference with an absolute, non-empty path, the number of path
148 For a hierarchical URI reference with a relative, non-empty path, the
158 returns a given path segment of this (hierarchical) URI reference.
166 if this URI reference is hierarchical and has that many path segments;
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.
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.
205 is a URI reference that has a fragment part; otherwise, an empty
211 sets the fragment part of this URI reference.
220 clears the fragment part of this URI reference.