27 lines
883 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

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">
javax.xml.bind
</div>
<h2 class="title" title="Interface Element">Interface Element</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr/> <br/> <pre>public interface <span class="typeNameLabel">Element</span></pre>
<div class="block">
<span>这是一个元素标记界面。</span>
<span>在某些情况下绑定编译器必须生成实现此接口的派生Java内容类。</span>
<span>在这些情况下,客户端应用程序必须提供元素实例而不是元素的类型。</span>
<span>有关详细信息请参见规范的第5.7节“元素声明”和5.7.1“绑定到Java元素接口”。</span>
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
JAXB1.0
</dd>
</dl> </li>
</ul>
</div>
</div>