软件包 | 描述 |
---|---|
org.xml.sax |
这个包提供了核心的SAX。
|
org.xml.sax.ext |
此包包含接口SAX2设施符合SAX的司机不一定支持。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
void |
ContentHandler.startElement(String uri, String localName, String qName, Attributes atts)
接收元素开始的通知。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attributes2
SAX2扩展来增强每个属性提供的信息虽然
Attributes 。
|
Modifier and Type | Class and Description |
---|---|
class |
Attributes2Impl
SAX2扩展帮手附加属性信息,实现
Attributes2 接口。
|
Modifier and Type | Method and Description |
---|---|
void |
Attributes2Impl.setAttributes(Attributes atts)
复制一个完整的属性对象。
|
Constructor and Description |
---|
Attributes2Impl(Attributes atts)
复制现有的属性或attributes2对象。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributesImpl
属性接口的默认实现。
|
Modifier and Type | Method and Description |
---|---|
void |
AttributesImpl.setAttributes(Attributes atts)
复制一个完整的属性对象。
|
void |
XMLFilterImpl.startElement(String uri, String localName, String qName, Attributes atts)
筛选启动元素事件。
|
void |
DefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes)
接收元素开始的通知。
|
void |
XMLReaderAdapter.startElement(String uri, String localName, String qName, Attributes atts)
开始适应SAX2事件元素。
|
Constructor and Description |
---|
AttributesImpl(Attributes 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.