软件包 | 描述 |
---|---|
javax.xml.transform.sax |
这个包实现的具体转化SAX2 API。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Source src)
创建一个xmlfilter使用给定的源作为转换指令。
|
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Templates templates)
创建一个xmlfilter,基于模板的说法。
|
Modifier and Type | Class and Description |
---|---|
class |
XMLFilterImpl
导出XML筛选器的基类。
|
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.