<?xml version="1.0" encoding="UTF-8"?> 
<java version="1.5.0_05" class="java.beans.XMLDecoder"> 
<?xml-stylesheet href="mystyle.css" type="text/css"?>
 <object id="Person0" class="examples.Person"> 
  <void property="AName"> 
   <string>Eve</string> 
  </void> 
  <void property="birthday"> 
   <object class="java.util.Date"> 
    <long>1139504904761</long> 
   </object> 
  </void> 
  <void property="momName"> 
   <string>null</string> 
  </void> 
  <void property="ssn"> 
   <int>1</int> 
  </void> 
 </object> 
 <object class="examples.Person"> 
  <void property="AName"> 
   <string>Abel</string> 
  </void> 
  <void property="birthday"> 
   <object class="java.util.Date"> 
    <long>1139504904761</long> 
   </object> 
  </void> 
  <void property="mom"> 
   <object idref="Person0"/> 
  </void> 
  <void property="momName"> 
   <string>Eve</string> 
  </void> 
  <void property="ssn"> 
   <int>2</int> 
  </void> 
 </object> 
</java> 

