软件包 | 描述 |
---|---|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
javax.xml.parsers |
提供允许处理XML文档的类。
|
javax.xml.transform.sax |
这个包实现的具体转化SAX2 API。
|
org.xml.sax |
这个包提供了核心的SAX。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
protected XMLReader |
AbstractUnmarshallerImpl.getXMLReader()
获得配置XmlReader。
|
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
AbstractUnmarshallerImpl.unmarshal(XMLReader reader, InputSource source)
解封对象使用指定的XmlReader和inputsource。
|
Modifier and Type | Method and Description |
---|---|
abstract XMLReader |
SAXParser.getXMLReader()
返回
XMLReader 是由这个类的实现封装。
|
Modifier and Type | Method and Description |
---|---|
XMLReader |
SAXSource.getXMLReader()
让XmlReader将用于源。
|
Modifier and Type | Method and Description |
---|---|
void |
SAXSource.setXMLReader(XMLReader reader)
把XMLReader作为源。
|
Constructor and Description |
---|
SAXSource(XMLReader reader, InputSource inputSource)
创建一个
SAXSource ,使用
XMLReader 和SAX inputsource。
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLFilter
用于XML筛选器的接口。
|
Modifier and Type | Method and Description |
---|---|
XMLReader |
XMLFilter.getParent()
获取父阅读器。
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilter.setParent(XMLReader parent)
设置父阅读器。
|
Modifier and Type | Class and Description |
---|---|
class |
ParserAdapter
适应SAX1 SAX2解析器XmlReader。
|
class |
XMLFilterImpl
导出XML筛选器的基类。
|
Modifier and Type | Method and Description |
---|---|
static XMLReader |
XMLReaderFactory.createXMLReader()
尝试创建系统默认XmlReader。
|
static XMLReader |
XMLReaderFactory.createXMLReader(String className)
试图从一个类名称创建XML读取器。
|
XMLReader |
XMLFilterImpl.getParent()
获取父阅读器。
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilterImpl.setParent(XMLReader parent)
设置父阅读器。
|
Constructor and Description |
---|
XMLFilterImpl(XMLReader parent)
用指定的父项构造一个XML筛选器。
|
XMLReaderAdapter(XMLReader xmlReader)
创建一个新的适配器。
|
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.