Class Summary | |
---|---|
Base64 | Performs Base64 encoding and/or decoding. |
Base64.Decoder | An encoder is an object, which is able to decode char arrays in blocks of four bytes. |
Base64.DecodingException | An exception of this type is thrown, if the decoded character stream contains invalid input. |
Base64.Encoder | An encoder is an object, which is able to encode byte array in blocks of three bytes. |
Base64.EncoderOutputStream | An {@link OutputStream}, which is writing to the given {@link Encoder}. |
Base64.SAXEncoder | An {@link Encoder}, which is writing to a SAX content handler. |
Base64.SAXIOException | An exception of this type is thrown by the {@link SAXEncoder}, if writing to the target handler causes a SAX exception. |
NamespaceContextImpl | Default implementation of {@link javax.xml.namespace.NamespaceContext}. |
XsDateFormat | An instance of {@link java.text.Format}, which may be used to parse
and format |
XsDateTimeFormat | An instance of {@link java.text.Format}, which may be used
to parse and format |
XsTimeFormat | An instance of {@link java.text.Format}, which may be used to parse
and format |