Interface | Description |
---|---|
XmlDeserializer |
Iterator-style interface for stream based xml deserializer.
|
XmlSerializer |
Iterator-style interface for stream based xml serializer.
|
Class | Description |
---|---|
XmlDeserializerImpl |
Default implementation of
XmlDeserializer . |
XmlIOFactory |
Factory for creating
XmlSerializer s and XmlDeserializer s. |
XmlIOFactoryImpl |
Default implementation of
XmlIOFactory . |
XmlReaderFactory |
Factory for creating
Reader from different sources suitable to read a xml document providing
autodetection of the character set encoding. |
XmlSerializerImpl |
Default implementation of
XmlSerializer . |
Exception | Description |
---|---|
XmlEncodingException |
Exception thrown when an unsupported character set encoding is detected or an error occurs during encoding
detection.
|
Copyright © 2014. All rights reserved.