AS TestCase: XMLList

<mx:XMLList id="xmlContent">
    <Table>
     <Row>
   <Cell>
     <Data Type="Number">1</Data>
   </Cell>
   <Cell>
     <Data Type="Number">2</Data>
   </Cell>
   <Cell>
     <Data Type="Number">3</Data>
   </Cell>
   <Cell>
     <Data Type="Number">4</Data>
   </Cell>
   <Cell>
     <Data Type="Number">5</Data>
   </Cell>
   <Cell>
     <Data Type="Number">6</Data>
   </Cell>
 </Row>
 <Row>
   <Cell>
     <Data Type="Number">7</Data>
   </Cell>
   <Cell>
     <Data Type="Number">8</Data>
   </Cell>
   <Cell>
     <Data Type="Number">9</Data>
   </Cell>
   <Cell>
     <Data Type="Number">10</Data>
   </Cell>
   <Cell>
     <Data Type="Number">11</Data>
   </Cell>
   <Cell>
     <Data Type="Number">12</Data>
   </Cell>
 </Row>
 <Row>
   <Cell>
     <Data Type="Number">13</Data>
   </Cell>
   <Cell>
     <Data Type="Number">14</Data>
   </Cell>
   <Cell>
     <Data Type="Number">15</Data>
   </Cell>
   <Cell>
     <Data Type="Number">16</Data>
   </Cell>
   <Cell>
     <Data Type="Number">17</Data>
   </Cell>
   <Cell>
     <Data Type="Number">18</Data>
   </Cell>
 </Row>
</Table>
    </mx:XMLList>

你可能感兴趣的:(table)