| 软件包 | 描述 |
|---|---|
| javax.xml.transform |
该软件包定义了用于处理变换指令的通用的接口,并执行从源到结果的转换。
|
| javax.xml.transform.sax |
这个包实现的具体转化SAX2 API。
|
| Modifier and Type | Method and Description |
|---|---|
static TransformerFactory |
TransformerFactory.newInstance()
获得一个
TransformerFactory新实例。
|
static TransformerFactory |
TransformerFactory.newInstance(String factoryClassName, ClassLoader classLoader)
获得从工厂类的新实例的名称
TransformerFactory。
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAXTransformerFactory
这类扩展transformerfactory提供SAX具体工厂方法。
|
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.