软件包 | 描述 |
---|---|
javax.xml.transform.sax |
这个包实现的具体转化SAX2 API。
|
org.xml.sax.ext |
此包包含接口SAX2设施符合SAX的司机不一定支持。
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransformerHandler
一个transformerhandler听SAX ContentHandler解析事件,并把它们的结果。
|
Modifier and Type | Method and Description |
---|---|
LexicalHandler |
SAXResult.getLexicalHandler()
得到的输出
LexicalHandler SAX2。
|
Modifier and Type | Method and Description |
---|---|
void |
SAXResult.setLexicalHandler(LexicalHandler handler)
对于输出设置SAX2
LexicalHandler 。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHandler2
|
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.