Wrapping an XMLListCollection around an XMLList : XMLList « Data Model « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Data Model » XMLListScreenshots 
Wrapping an XMLListCollection around an XMLList
         
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:XMLListCollection id="myXLC">
        <mx:XMLList id="myXML">
            <users>
                <administrators>
                    <user id="1">A</user>
                    <user id="2">B</user>
                </administrators>
            </users>
        </mx:XMLList>
    </mx:XMLListCollection>
</mx:Application>

   
    
    
    
    
    
    
    
    
  
Related examples in the same category
1.Using an XMLList component to configure menu data
2.XMLListCollection component wrapped around an XMLList
3.Creating an XMLList component to drive a List componentCreating an XMLList component to drive a List component
4.Using XMLListUsing XMLList
5.Use an XMLListCollection objectUse an XMLListCollection object
6.Add an XMLList to an XML Object
7.Bind to an XMLList or an E4X QueryBind to an XMLList or an E4X Query
8.Filter and Sort an XMLListCollectionFilter and Sort an XMLListCollection
9.XMLListCollection With ListXMLListCollection With List
10.Time formatTime format
w_ww__.__j___a__va_2__s_.c_o___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.