|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
Package javax.xml.transform.streamThis package implements stream- and URI- specific transformation APIs.
See:
Package javax.xml.transform.stream Description
This package implements stream- and URI- specific transformation APIs. The The Normally streams should be used rather than readers or writers, for both the Source and Result, since readers and writers already have the encoding established to and from the internal Unicode format. However, there are times when it is useful to write to a character stream, such as when using a StringWriter in order to write to a String, or in the case of reading source XML from a StringReader.
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|