软件包 | 描述 |
---|---|
org.xml.sax |
这个包提供了核心的SAX。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerBase.startElement(String name, AttributeList attributes)
过时的。
接收元素开始的通知。
|
void |
DocumentHandler.startElement(String name, AttributeList atts)
过时的。
接收元素开始的通知。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeListImpl
过时的。
这个类实现了一个过时的接口,
AttributeList ;接口已被Attributes ,这是在AttributesImpl 辅助类实现。
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeListImpl.setAttributeList(AttributeList atts)
过时的。
设置属性列表,丢弃以前的内容。
|
void |
ParserAdapter.startElement(String qName, AttributeList qAtts)
适配器实现方法;不要调用。
|
Constructor and Description |
---|
AttributeListImpl(AttributeList atts)
过时的。
构造一个现有属性列表的持久副本。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.