Samples JDK
package-info.java
1 /**
2  * \brief xsd:anyType can contain any payload. Reading the anyType payload using XmlObject \htmlonly <font size="3" color="red">Incomplete ??</font> \endhtmlonly
3  *
4  * <ul>
5  * <li>Do a switch type on XMLObject </li>
6  * <li>Then read the type</li>
7  * </ul>
8  *
9  *
10  */
11 package com.freemindcafe.xml.xsd.sample4;