{ "type": "class", | |
"qname": "mx.rpc.xml.XMLLoader", | |
"baseClassname": "org.apache.royale.events.EventDispatcher" | |
, | |
"description": "Base class to help manage loading of an XML document at runtime.", | |
"tags": [ | |
{ "tagName": "private", | |
"values": []} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "mx.rpc.xml.XMLLoader", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "", | |
"params": [{ "name": "httpService", "type": "mx.rpc.http.HTTPService"}]} | |
, | |
{ "type": "method", | |
"qname": "load", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Asynchronously loads an XML document for the given URL.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "void", | |
"params": [{ "name": "url", "type": "String"}]} | |
, | |
{ "type": "method", | |
"qname": "initializeService", | |
"namespace": "protected", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "void", | |
"params": [{ "name": "httpService", "type": "mx.rpc.http.HTTPService"}]} | |
, | |
{ "type": "method", | |
"qname": "internalLoad", | |
"namespace": "protected", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "mx.rpc.AsyncToken", | |
"params": [{ "name": "location", "type": "String"}]} | |
, | |
{ "type": "method", | |
"qname": "getQualifiedLocation", | |
"namespace": "protected", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "String", | |
"params": [{ "name": "location", "type": "String"}, | |
{ "name": "parentLocation", "type": "String"}]} | |
, | |
{ "type": "method", | |
"qname": "faultHandler", | |
"namespace": "protected", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "If a fault occured trying to load the XML document, a FaultEvent is simply redispatched.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "void", | |
"params": [{ "name": "event", "type": "mx.rpc.events.FaultEvent"}]} | |
, | |
{ "type": "method", | |
"qname": "resultHandler", | |
"namespace": "protected", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Dispatches an XMLLoadEvent with the XML formatted result and location (if known).", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "void", | |
"params": [{ "name": "event", "type": "mx.rpc.events.ResultEvent"}]} | |
, | |
{ "type": "field", | |
"qname": "loader", | |
"return": "mx.rpc.http.HTTPService", | |
"namespace": "protected", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}}, | |
{ "type": "field", | |
"qname": "loadsOutstanding", | |
"return": "int", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}}] | |
, | |
"events": [ | |
{ "qname": "fault", | |
"type": "mx.rpc.events.FaultEvent" | |
}, | |
{ "qname": "xmlLoad", | |
"type": "mx.rpc.events.XMLLoadEvent" | |
}] | |
} |