uTools-Manuals/docs/java/javax/xml/crypto/URIReference.html

121 lines
4.5 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<div class="subTitle">
compact3
</div>
<div class="subTitle">
javax.xml.crypto
</div>
<h2 class="title" title="Interface URIReference">Interface URIReference</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>
All Known Subinterfaces:
</dt>
<dd>
<span><a href="../../../javax/xml/crypto/dom/DOMURIReference.html" title="javax.xml.crypto.dom中的接口">DOMURIReference</a> <a href="../../../javax/xml/crypto/dsig/Reference.html" title="javax.xml.crypto.dsig中的接口">Reference</a> <a href="../../../javax/xml/crypto/dsig/keyinfo/RetrievalMethod.html" title="javax.xml.crypto.dsig.keyinfo中的接口">RetrievalMethod</a></span>
</dd>
</dl>
<hr/> <br/> <pre>public interface <span class="typeNameLabel">URIReference</span></pre>
<div class="block">
<span>通过URI引用来标识数据对象<a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396指定</a></span>
<p> <span>请注意,某些子类可能没有<code>type</code>属性,对于这些类型的对象, <a href="../../../javax/xml/crypto/URIReference.html#getType--"><code>getType()</code></a>方法始终返回<code>null</code></span> </p>
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
1.6
</dd>
<dt>
<span class="seeLabel">另请参见:</span>
</dt>
<dd>
<span><a href="../../../javax/xml/crypto/URIDereferencer.html" title="javax.xml.crypto中的接口"><code>URIDereferencer</code></a></span>
</dd>
</dl> </li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- --> </a> <h3>方法摘要</h3>
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
<caption>
<span class="activeTableTab" id="t0"><span>所有方法</span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t2"><span><a href="javascript:show(2);">接口方法</a></span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t3"><span><a href="javascript:show(4);">抽象方法</a></span><span class="tabEnd"> </span></span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor" id="i0">
<td class="colFirst"><code><a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/crypto/URIReference.html#getType--">getType</a></span>()</code>
<div class="block">
返回此URI引用的数据类型。
</div> </td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code><a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/crypto/URIReference.html#getURI--">getURI</a></span>()</code>
<div class="block">
返回引用的数据对象的URI。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul> </li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- --> </a> <h3>方法详细信息</h3> <a name="getURI--">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>getURI</h4> <pre><a href="../../../java/lang/String.html" title="class in java.lang">String</a> getURI()</pre>
<div class="block">
返回引用的数据对象的URI。
</div>
<dl>
<dt>
<span class="returnLabel">结果</span>
</dt>
<dd>
在RFC 2396格式的数据对象的URI可以是
<code>null</code>如果未指定)
</dd>
</dl> </li>
</ul> <a name="getType--">
<!-- --> </a>
<ul class="blockListLast">
<li class="blockList"> <h4>getType</h4> <pre><a href="../../../java/lang/String.html" title="class in java.lang">String</a> getType()</pre>
<div class="block">
返回此URI引用的数据类型。
</div>
<dl>
<dt>
<span class="returnLabel">结果</span>
</dt>
<dd>
类型数据对象的一个URI可以是
<code>null</code>如果未指定)
</dd>
</dl> </li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>