Uses of Class
ix.test.xml.Example

Packages that use Example
ix.test.xml Experiments with new classes that could be converted to and from XML. 
 

Uses of Example in ix.test.xml
 

Methods in ix.test.xml that return types with arguments of type Example
 java.util.Set<Example> SetExample.getChildren()
           
 java.util.List<Example> Example.getChildren()
           
 

Method parameters in ix.test.xml with type arguments of type Example
 void Example.setChildren(java.util.List<Example> cs)
           
 void SetExample.setChildren(java.util.Set<Example> cs)