This is a decorator implementation of the {@link XMLStreamWriter} thatwill disallow the users from doing illegal things during export (like closing the writer) but at the same time implements the full {@link XMLStreamWriter} interface so thatit can be more interoperable with other tooling.
@author Lukas Krejci
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.