软件包 | 描述 |
---|---|
javax.xml.parsers |
提供允许处理XML文档的类。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
abstract Parser |
SAXParser.getParser()
返回的SAX解析器,包覆纳米这个类的实现。
|
Modifier and Type | Class and Description |
---|---|
class |
XMLReaderAdapter
适应一个XmlReader为SAX1 SAX2解析器。
|
Modifier and Type | Method and Description |
---|---|
static Parser |
ParserFactory.makeParser()
过时的。
使用`组织创建一个新的SAX解析器SAX解析器,XML,系统性能。
|
static Parser |
ParserFactory.makeParser(String className)
过时的。
创建一个新的使用类名提供SAX解析器对象。
|
Constructor and Description |
---|
ParserAdapter(Parser parser)
构建一个新的解析器适配器。
|
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.