All Classes and Interfaces
Class
Description
Performs Base64 encoding and/or decoding.
An encoder is an object, which is able to decode char arrays
in blocks of four bytes.
An exception of this type is thrown, if the decoded
character stream contains invalid input.
An encoder is an object, which is able to encode byte array
in blocks of three bytes.
An
OutputStream
, which is writing to the given
Base64.Encoder
.An
Base64.Encoder
, which is writing to a SAX content handler.An exception of this type is thrown by the
Base64.SAXEncoder
,
if writing to the target handler causes a SAX exception.An improved version of
XMLWriterImpl
,
using theCharset
from Java 1.4.Converts a stream of SAX events into a DOM node.
Serializes a DOM node into a stream of SAX events.
Default implementation of
NamespaceContext
.A subclass of
XMLWriterImpl
,
which writes the attributes ordered alphabetically.A subclass of
XMLWriterImpl
,
which is escaping nothing.A simple serializer for XML documents, which is writing to
an instance of
Writer
.Default implementation of
XMLWriter
.An instance of
Format
, which may be used to parse
and format xs:date
values.An instance of
Format
, which may be used
to parse and format xs:dateTime
values.An instance of
Format
, which may be used to parse
and format xs:time
values.