Description: This object is to decode an XML to DTO or encode a DTO to XML
Copyright: Copyright (c) 2010 Thousand Origami Cranes Corp.
Create Time: 25 Jan 2010 17:38:10 @author Kevin.Zhou @version 1.0 @see com.toc.dton.Notation
80818283848586
* <p>Create Time: 13 Jan 2010 14:45:01 * <br>Author: Kevin.Zhou * @return {@link Notation} */ public static Notation createXMLNotation() { return new XMLNotation(); }