uTools-Manuals/docs/java/org/xml/sax/helpers/package-summary.html

105 lines
4.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 org.xml.sax.helpers</h1>
<div class="docSummary">
<div class="block">
该软件包包含“助手”类包括支持基于SAX的应用程序引导。
</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="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="../../../../org/xml/sax/helpers/AttributeListImpl.html" title="class in org.xml.sax.helpers">AttributeListImpl</a></td>
<td class="colLast">Deprecated
<div class="block">
<span><span class="deprecationComment">该类实现了一个不推荐的接口, <a href="../../../../org/xml/sax/AttributeList.html" title="org.xml.sax中的接口"><code>AttributeList</code></a> ;</span></span>
<span><span class="deprecationComment">该接口已被<a href="../../../../org/xml/sax/Attributes.html" title="org.xml.sax中的接口"><code>Attributes</code>替代</a> ,它是在<a href="../../../../org/xml/sax/helpers/AttributesImpl.html" title="org.xml.sax.helpers中的类"><code>AttributesImpl</code></a>帮助类中实现的。</span></span>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/AttributesImpl.html" title="class in org.xml.sax.helpers">AttributesImpl</a></td>
<td class="colLast">
<div class="block">
属性界面的默认实现。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/DefaultHandler.html" title="class in org.xml.sax.helpers">DefaultHandler</a></td>
<td class="colLast">
<div class="block">
SAX2事件处理程序的默认基类。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/LocatorImpl.html" title="class in org.xml.sax.helpers">LocatorImpl</a></td>
<td class="colLast">
<div class="block">
提供Locator的可选便利实现。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/NamespaceSupport.html" title="class in org.xml.sax.helpers">NamespaceSupport</a></td>
<td class="colLast">
<div class="block">
封装使用SAX的应用程序或由SAX驱动程序内部使用的命名空间逻辑。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/ParserAdapter.html" title="class in org.xml.sax.helpers">ParserAdapter</a></td>
<td class="colLast">
<div class="block">
将SAX1解析器调整为SAX2 XMLReader。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/ParserFactory.html" title="class in org.xml.sax.helpers">ParserFactory</a></td>
<td class="colLast">Deprecated
<div class="block">
<span><span class="deprecationComment">此类与已弃用的<a href="../../../../org/xml/sax/Parser.html" title="org.xml.sax中的接口"><code>Parser</code></a>接口配合使用。</span></span>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/XMLFilterImpl.html" title="class in org.xml.sax.helpers">XMLFilterImpl</a></td>
<td class="colLast">
<div class="block">
用于导出XML过滤器的基类。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/XMLReaderAdapter.html" title="class in org.xml.sax.helpers">XMLReaderAdapter</a></td>
<td class="colLast">
<div class="block">
将SAX2 XMLReader修改为SAX1解析器。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/xml/sax/helpers/XMLReaderFactory.html" title="class in org.xml.sax.helpers">XMLReaderFactory</a></td>
<td class="colLast">
<div class="block">
用于创建XML阅读器的工厂。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package org.xml.sax.helpers Description">Package org.xml.sax.helpers Description</h2>
<div class="block">
<p> <span>该软件包包含“助手”类包括支持基于SAX的应用程序引导。</span> </p>
<p> <span>有关SAX的更多信息请参阅<a href="http://www.saxproject.org" target="_top">http://www.saxproject.org</a></span> </p>
</div>
</div>