A class representing a WingDocument. Documents contain three elements and they are all mandatory: meta, body, and options. Because they are all mandatory they are created at construction time. Note: We called the class "WingDocument" instead of just plain old "Document" so that it won't conflict with all the other documents out there like DOM's document.
@author Scott Phillips
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.