blob: 4721c8e629888df59bf8f1fdf48af3ab4b917ce1 [file] [log] [blame]
{ "type": "class",
"qname": "mx.rpc.xml.SchemaProcessor",
"baseClassname": ""
,
"description": "This abstract class traverses an XML Schema to assist with marshalling typed data between XML and ActionScript.",
"tags": [
{ "tagName": "private",
"values": []} ],
"members": [
{ "type": "method",
"qname": "mx.rpc.xml.SchemaProcessor",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "mx.rpc.xml.SchemaManager",
"qname": "schemaManager",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "mx.rpc.xml.SchemaConstants",
"qname": "constants",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "reset",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Clears the state in preparation for a fresh schema processing operation.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "getAttributeFromNode",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A utility method to determine whether an attribute actually exists on a given node.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "String",
"params": [{ "name": "name", "type": "*"},
{ "name": "node", "type": "XML"}]}
,
{ "type": "method",
"qname": "getSingleElementFromNode",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"return": "XML",
"params": [{ "name": "node", "type": "XML"},
{ "name": "types", "type": "Array"}]}
,
{ "type": "method",
"qname": "getMaxOccurs",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Looks for a maxOccurs constraint on the given definition. The default is 1. The constraint value &quot;unbounded&quot; is interpreted as <code>uint.MAX_VALUE</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "uint",
"params": [{ "name": "definition", "type": "XML"}]}
,
{ "type": "method",
"qname": "getMinOccurs",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Looks for a minOccurs constraint on the given definition. The default is 1.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "uint",
"params": [{ "name": "definition", "type": "XML"}]}
,
{ "type": "field",
"qname": "strictOccurenceBounds",
"return": "Boolean",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}}]
}