软件包 | 描述 |
---|---|
javax.xml.transform |
该软件包定义了用于处理变换指令的通用的接口,并执行从源到结果的转换。
|
Modifier and Type | Method and Description |
---|---|
static TransformerFactory |
TransformerFactory.newInstance()
获得一个
TransformerFactory 新实例。
|
static TransformerFactory |
TransformerFactory.newInstance(String factoryClassName, ClassLoader classLoader)
获得从工厂类的新实例的名称
TransformerFactory 。
|
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.