Skip navigation links
Java™ Platform
Standard Ed. 8

Package javax.xml.transform.stream

该包实现流和URI特定的转换API。

See: 描述

Package javax.xml.transform.stream Description

该包实现流和URI特定的转换API。

StreamSource类提供了以字符串形式指定InputStream输入, Reader输入和URL输入的方法。 即使输入流或读取器被指定为源, StreamSource.setSystemId(java.lang.String)仍然应该叫,使变压器可以从那里应该可以解决相对URI知道。 公共标识符始终是可选的:如果应用程序作者包括一个,那么它将作为SourceLocator信息的一部分提供。

所述StreamResult类提供了用于指定方法OutputStreamWriter ,或输出系统ID,作为变换结果的输出。

对于Source和Result来说,通常应该使用流,而不是读者或作者,因为读者和作者已经拥有和从内部Unicode格式建立的编码。 然而,有时写入字符流是有用的,例如当使用StringWriter来写入String时,或者从StringReader读取源XML的情况。

Skip navigation links
Java™ Platform
Standard Ed. 8

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.

本帮助文档是使用 《谷歌翻译》翻译,请与英文版配合使用 by--QQ:654638585