uTools-Manuals/docs/java/javax/xml/namespace/package-summary.html

72 lines
2.6 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">
<h1 class="title" title="Package">Package javax.xml.namespace</h1>
<div class="docSummary">
<div class="block">
XML命名空间处理。
</div>
</div>
<p>See: <a href="#package.description">描述</a></p>
</div><div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Interface Summary table, listing interfaces, and an explanation">
<caption>
<span>接口摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/namespace/NamespaceContext.html" title="interface in javax.xml.namespace">NamespaceContext</a></td>
<td class="colLast">
<div class="block">
只读XML接口名称空间上下文处理。
</div> </td>
</tr>
</tbody>
</table> </li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Class Summary table, listing classes, and an explanation">
<caption>
<span>类摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col"></th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></td>
<td class="colLast">
<div class="block">
<code>QName</code>表示如在XML规范中定义一个
<strong>限定名</strong>
<a href="http://www.w3.org/TR/xmlschema-2/#QName">XML Schema Part2: Datatypes specification</a>
<a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces in XML</a>
<a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a>
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.xml.namespace Description">Package javax.xml.namespace Description</h2>
<div class="block">
<p> <span>XML命名空间处理。</span> </p>
<p> <span>以下XML标准适用</span> </p>
<ul>
<li> <span><a href="http://www.w3.org/TR/xmlschema-2/#QName">XML Schema Part2: Datatypes specification</a></span> </li>
<li> <span><a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces in XML</a></span> </li>
<li> <span><a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a></span> </li>
</ul>
</div>
</div>