| Methods' 要約 |
| getUriReference |
returns the textual 代表 of the 完全にする URI 言及/関連.
|
| isAbsolute |
returns whether this URI 言及/関連 is 絶対の or 親族.
|
| getScheme |
returns the 計画/陰謀 part of this (絶対の) URI 言及/関連.
|
| getSchemeSpecificPart |
returns the 計画/陰謀-明確な/細部 part of this URI 言及/関連.
|
| isHierarchical |
returns whether this URI 言及/関連 is hierarchical or opaque.
|
| hasAuthority |
returns whether this (hierarchical) URI 言及/関連 has an 当局 part.
|
| getAuthority |
returns the 当局 part of this (hierarchical) URI 言及/関連.
|
| getPath |
returns the path part of this URI 言及/関連.
|
| hasRelativePath |
returns whether this (親族) URI 言及/関連 has a 親族 path.
|
| getPathSegmentCount |
returns the number of path segments of this (hierarchical) URI 言及/関連.
|
| getPathSegment |
returns a given path segment of this (hierarchical) URI 言及/関連.
|
| hasQuery |
returns whether this (hierarchical) URI 言及/関連 has a query part.
|
| getQuery |
returns the query part of this (hierarchical) URI 言及/関連.
|
| hasFragment |
returns whether this URI 言及/関連 has a fragment part.
|
| getFragment |
returns the fragment part of this URI 言及/関連.
|
| setFragment |
始める,決めるs the fragment part of this URI 言及/関連.
|
| clearFragment |
(疑いを)晴らすs the fragment part of this URI 言及/関連.
|
| Methods' 詳細(に述べる)s |
getUriReference
| string |
| getUriReference(); |
- Description
- returns the textual 代表 of the 完全にする URI 言及/関連.
- Returns
- the textual 代表 of the 完全にする URI 言及/関連. The exact
(一定の)期間ing of the URI 言及/関連 is 保持するd.
|
|
isAbsolute
- Description
- returns whether this URI 言及/関連 is 絶対の or 親族.
- Returns
- true if this URI 言及/関連 is 絶対の, 誤った if it is 親族.
|
|
getScheme
- Description
- returns the 計画/陰謀 part of this (絶対の) URI 言及/関連.
- Returns
- the textual 代表 of the 計画/陰謀 part (with the exact (一定の)期間ing
保持するd; without the delimiting “
:”), if this
is an 絶対の URI 言及/関連; さもなければ, an empty string is
returned.
|
|
getSchemeSpecificPart
| string |
| getSchemeSpecificPart(); |
- Description
- returns the 計画/陰謀-明確な/細部 part of this URI 言及/関連.
For an 絶対の URI 言及/関連, the 計画/陰謀-明確な/細部 part is everything
after the 計画/陰謀 part and the delimiting “:”,
and before the optional “#” and fragment part.
For a 親族 URI 言及/関連, the 計画/陰謀-明確な/細部 part is everything
before the optional “#” and fragment part.
- Returns
- the textual 代表 of the 計画/陰謀-明確な/細部 part (with the exact
(一定の)期間ing 保持するd).
|
|
isHierarchical
| boolean |
| isHierarchical(); |
- Description
- returns whether this URI 言及/関連 is hierarchical or opaque.
An 絶対の URI 言及/関連 is hierarchical if its 計画/陰謀-明確な/細部 part
starts with “/”. A 親族 URI 言及/関連 is
always hierarchical.
- Returns
- true if this URI 言及/関連 is hierarchical, 誤った if it is opaque.
|
|
hasAuthority
- Description
- returns whether this (hierarchical) URI 言及/関連 has an 当局 part.
- Returns
- true if this URI 言及/関連 is hierarchical and has an 当局 part.
|
|
getAuthority
- Description
- returns the 当局 part of this (hierarchical) URI 言及/関連.
- Returns
- the textual 代表 of the 当局 part (with the exact (一定の)期間ing
保持するd), if this is a hierarchical URI 言及/関連 that has an 当局
part; さもなければ, an empty
string is returned.
|
|
getPath
- Description
- returns the path part of this URI 言及/関連.
- Returns
- the textual 代表 of the path part (with the exact (一定の)期間ing
保持するd), if this is a hierarchical URI 言及/関連; for an opaque URI
言及/関連, the 計画/陰謀-明確な/細部 part (with the exact (一定の)期間ing 保持するd) is
returned.
|
|
hasRelativePath
| boolean |
| hasRelativePath(); |
- Description
- returns whether this (親族) URI 言及/関連 has a 親族 path.
- Returns
- true if this URI 言及/関連 is 親族 and has a 親族 path.
|
|
getPathSegmentCount
| long |
| getPathSegmentCount(); |
- Description
- returns the number of path segments of this (hierarchical) URI 言及/関連.
For an opaque URI 言及/関連, and for a hierarchical URI 言及/関連 with
an empty path, the number of path segments is 無. For a hierarchical
URI 言及/関連 with an 絶対の, 非,不,無-empty path, the number of path
segments equals the number of “/” delimiters.
For a hierarchical URI 言及/関連 with a 親族, 非,不,無-empty path, the
number of path segments equals the number of “/”
delimiters, 加える one.
- Returns
- the number of path segments.
|
|
getPathSegment
| string |
| getPathSegment( |
[in] long |
索引 ); |
- Description
- returns a given path segment of this (hierarchical) URI 言及/関連.
- Parameter 索引
- the 索引 of the path segment, starting at 無.
- Returns
- the textual 代表 of the given path segment (with the exact
(一定の)期間ing 保持するd, without any delimiting “
/”),
if this URI 言及/関連 is hierarchical and has that many path segments;
さもなければ, and in particular if 索引 is 消極的な, an empty
string is returned.
|
|
hasQuery
- Description
- returns whether this (hierarchical) URI 言及/関連 has a query part.
- Returns
- true if this URI 言及/関連 is hierarchical and has a query part.
|
|
getQuery
- Description
- returns the query part of this (hierarchical) URI 言及/関連.
- Returns
- the textual 代表 of the query part (with the exact (一定の)期間ing
保持するd; without the delimiting “
?”), if this
is a hierarchical URI 言及/関連 that has a query part; さもなければ, an
empty string is returned.
|
|
hasFragment
- Description
- returns whether this URI 言及/関連 has a fragment part.
- Returns
- true if this URI 言及/関連 has a fragment part.
|
|
getFragment
- Description
- returns the fragment part of this URI 言及/関連.
- Returns
- the textual 代表 of the fragment part (with the exact (一定の)期間ing
保持するd; without the delimiting “
#”), if this
is a URI 言及/関連 that has a fragment part; さもなければ, an empty
string is returned.
|
|
setFragment
| 無効の |
| setFragment( |
[in] string |
fragment ); |
- Description
- 始める,決めるs the fragment part of this URI 言及/関連.
- Parameter fragment
- the textual 代表 of the new fragment part. The exact (一定の)期間ing
will be 保存するd, and no escaping is 成し遂げるd.
|
|
clearFragment
- Description
- (疑いを)晴らすs the fragment part of this URI 言及/関連.
|
|
Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.