Class | Description |
---|---|
XmlReader |
This class wraps the
XMLStreamReader class so that the methods don’t send checked exceptions, in order to
simplify its usage together with streams and lambdas. |
XmlWriter |
This class wraps the
XMLStreamWriter class so that the methods don’t send checked exceptions, in order to
simplify its usage together with streams and lambdas. |
Exception | Description |
---|---|
XmlException |
Indicates that some exception happened during XML processing.
|
Copyright © 2016. All rights reserved.