|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
OutputStream
, which is writing to the given
Base64.Encoder
.Base64.Encoder
.
Base64.Encoder
, which is writing to a SAX content handler.Base64.SAXEncoder
,
if writing to the target handler causes a SAX exception.c
without an escape sequence like &#ddd;.
XMLWriterImpl
,
using theCharset
from Java 1.4.pNode
into a
stream of SAX events, which are fired into the
content handler pHandler
.
pNode
.
Base64.LINE_SIZE
and the separator
Base64.LINE_SEPARATOR
.
SAXException
.
Writer
.
ContentHandler.endDocument()
should do a flush on the target stream.
XMLWriter
is indenting
(pretty printing).
DOMBuilder.startPrefixMapping(java.lang.String, java.lang.String)
shall create an xmlns
attribute.
startDocument
and
endDocument
events are generated for
document nodes.
NamespaceContext
.Writer
, that decodes its Base64 encoded
input and writes it to the given OutputStream
.
OutputStream
, that encodes its input in Base64
and writes it to the given Writer
.
OutputStream
, that encodes its input in Base64
and writes it to the given Writer
.
XMLWriterImpl
,
which writes the attributes ordered alphabetically.Writer
, much like the javax.xml.transform.stream
package.XMLWriterImpl
,
which is escaping nothing.pNode
into a
stream of SAX events, which are fired into the
content handler pHandler
.
ContentHandler.endDocument()
should do a flush on the target stream.
XMLWriter
is indenting
(pretty printing).
DOMBuilder.startPrefixMapping(java.lang.String, java.lang.String)
shall create an xmlns
attribute.
startDocument
and
endDocument
events are generated for
document nodes.
Writer
.
Writer
.XMLWriter
.Format
, which may be used to parse
and format xs:date
values.Format
, which may be used
to parse and format xs:dateTime
values.Format
, which may be used to parse
and format xs:time
values.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |