|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 AttributeList 的软件包 | |
---|---|
org.xml.sax | 此包提供了核心 SAX API。 |
org.xml.sax.helpers | 此包包含“帮助器”类,其中包括对引导基于 SAX 的应用程序的支持。 |
org.xml.sax 中 AttributeList 的使用 |
---|
参数类型为 AttributeList 的 org.xml.sax 中的方法 | |
---|---|
void |
DocumentHandler.startElement(String name,
AttributeList atts)
已过时。 接收元素开始的通知。 |
void |
HandlerBase.startElement(String name,
AttributeList attributes)
已过时。 接收元素开始的通知。 |
org.xml.sax.helpers 中 AttributeList 的使用 |
---|
实现 AttributeList 的 org.xml.sax.helpers 中的类 | |
---|---|
class |
AttributeListImpl
已过时。 此类实现不推荐使用的接口 AttributeList ;该接口已被 AttributesImpl 帮助器类中实现的 Attributes 取代。 |
参数类型为 AttributeList 的 org.xml.sax.helpers 中的方法 | |
---|---|
void |
AttributeListImpl.setAttributeList(AttributeList atts)
已过时。 设置属性列表,丢弃以前的内容。 |
void |
ParserAdapter.startElement(String qName,
AttributeList qAtts)
适配器实现方法;不调用。 |
参数类型为 AttributeList 的 org.xml.sax.helpers 中的构造方法 | |
---|---|
AttributeListImpl(AttributeList atts)
已过时。 构造现有属性列表的持久副本。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。