このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XUriReference
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: uri ::

interface XUriReference
Description
代表するs generic, mutable URI 言及/関連s.

See RFC 2396 for a description of URI 言及/関連s and 関係のある 条件.

This interface only 扱うs generic URI 言及/関連s (both 絶対の and 親族). For 明確な/細部 URI 計画/陰謀s, there will be 付加 interfaces that 申し込む/申し出 extra, 計画/陰謀-明確な/細部 functionality.

Since
OOo 2.0
See also
UriReferenceFactory
which 許すs to create URI 言及/関連 反対するs that support XUriReference and 付加, 計画/陰謀-明確な/細部 interfaces.

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
boolean
isAbsolute();

Description
returns whether this URI 言及/関連 is 絶対の or 親族.
Returns
true if this URI 言及/関連 is 絶対の, 誤った if it is 親族.
getScheme
string
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
boolean
hasAuthority();

Description
returns whether this (hierarchical) URI 言及/関連 has an 当局 part.
Returns
true if this URI 言及/関連 is hierarchical and has an 当局 part.
getAuthority
string
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
string
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
boolean
hasQuery();

Description
returns whether this (hierarchical) URI 言及/関連 has a query part.
Returns
true if this URI 言及/関連 is hierarchical and has a query part.
getQuery
string
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
boolean
hasFragment();

Description
returns whether this URI 言及/関連 has a fragment part.
Returns
true if this URI 言及/関連 has a fragment part.
getFragment
string
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
無効の
clearFragment();

Description
(疑いを)晴らすs the fragment part of this URI 言及/関連.
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.