| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Array
|
+--xp.data.ArrayProxy
|
+--xp.data.RowsetDecoder
Field Summary | ||
| public | schema: Object | |
| Schema used to generate the xml document from the rowset | ||
| public | strict: Boolean | |
| Controls how an item is converted to a node | ||
Constructor | ||
| public | RowsetDecoder ( data, lazy: Boolean) | |
| Create a new instance | ||
Method Summary | ||
| public | itemToNode ( data: Object, nodeName: String ): XMLNode | |
| Converts an item to an XMLNode | ||
| public | nodeToItem ( node: XMLNode ): Object | |
| Converts a node to an item | ||
| public | toXML ( ): XML | |
| Converts the array into an XML document | ||
| ||
| public var schema: Object |
| Schema used to generate the xml document from the rowset |
| public var strict: Boolean |
| Controls how an item is converted to a node If true only items that are in the scheam will be converted to the XMLNode |
|
| Create a new instance | ||||||
|
|
| Converts an item to an XMLNode | ||||||
|
|
| Converts a node to an item |
|
|
| Converts the array into an XML document |
|