A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
XmlClassInfoProvider — class, package org.spicefactory.lib.reflect.provider
ClassInfoProvider that uses the old XML-based describeType function for reflection.
XmlClassInfoProvider(type:Class) — Constructor, class org.spicefactory.lib.reflect.provider.XmlClassInfoProvider
Creates a new instance.
XmlConfig — class, package org.spicefactory.parsley.xml
Static entry point methods for creating XML configuration processors to be added to a ContextBuilder.
XmlConfigTag — class, package org.spicefactory.parsley.xml.tag
MXML tag for adding an XML configuration file to a ContextBuilder.
XmlConfigurationLoader — class, package org.spicefactory.parsley.xml.processor
Responsible for loading Parsley XML configuration files.
XmlConfigurationLoader(files:Array, expressionContext:org.spicefactory.lib.expr:ExpressionContext) — Constructor, class org.spicefactory.parsley.xml.processor.XmlConfigurationLoader
Creates a new instance.
XmlConfigurationNamespaceRegistry — class, package org.spicefactory.parsley.xml.mapper
The central registry for custom XML configuration namespaces.
XmlConfigurationProcessor — class, package org.spicefactory.parsley.xml.processor
ObjectDefinitionBuilder implementation that processes XML configuration files.
XmlConfigurationProcessor(files:Array, expressionContext:org.spicefactory.lib.expr:ExpressionContext, loader:org.spicefactory.parsley.xml.processor:XmlConfigurationLoader) — Constructor, class org.spicefactory.parsley.xml.processor.XmlConfigurationProcessor
Creates a new instance.
XmlContextBuilder — class, package org.spicefactory.parsley.xml
Static entry point methods for building a Context from XML configuration files.
XmlFile — class, package org.spicefactory.parsley.xml.processor
Represent a single XML configuration file.
XmlFile(filename:String, rootElement:XML) — Constructor, class org.spicefactory.parsley.xml.processor.XmlFile
Creates a new instance.
XmlFileEvent — class, package org.spicefactory.parsley.xml.events
Event dispatched when an XML file loading operation starts or completes.
XmlFileEvent(type:String, filename:String) — Constructor, class org.spicefactory.parsley.xml.events.XmlFileEvent
Creates a new event instance.
XmlFileProgressEvent — class, package org.spicefactory.parsley.xml.events
Event dispatched for signalling progress of an XML loading operation.
XmlFileProgressEvent(type:String, filename:String, bytesLoaded:int, bytesTotal:int) — Constructor, class org.spicefactory.parsley.xml.events.XmlFileProgressEvent
Creates a new event instance.
XmlLinkAllResultsTag — class, package org.spicefactory.parsley.xml.tag.command
Links a specific result value to the the target command specified by this tag.
XmlLinkResultPropertyTag — class, package org.spicefactory.parsley.xml.tag.command
Links a specific result value to the the target command specified by this tag.
XmlLinkResultTypeTag — class, package org.spicefactory.parsley.xml.tag.command
Links a specific result value to the the target command specified by this tag.
XmlLinkResultValueTag — class, package org.spicefactory.parsley.xml.tag.command
Links a specific result value to the the target command specified by this tag.
XmlMapping — class, package org.spicefactory.lib.xml.mapper.metadata
Represents a Metadata tag that can be used on the class level to specify a custom XML element name or uri and other custom behaviours.
xmlNames — Property, interface org.spicefactory.lib.xml.mapper.PropertyHandler
The names of the mapped XML elements, attributes or text nodes.
xmlNames — Property, class org.spicefactory.lib.xml.mapper.handler.AbstractPropertyHandler
The names of the mapped XML elements, attributes or text nodes.
XmlObjectDefinitionMapperFactory — class, package org.spicefactory.parsley.xml.mapper
Factory that builds the XML-to-Object mappers for the Parsley XML configuration format.
XmlObjectDefinitionMapperFactory(domain:flash.system:ApplicationDomain) — Constructor, class org.spicefactory.parsley.xml.mapper.XmlObjectDefinitionMapperFactory
Creates a new instance.
XmlObjectMapper — Interface, package org.spicefactory.lib.xml
The core interface of the XML-to-Object mapping framework.
XmlObjectMappings — class, package org.spicefactory.lib.xml.mapper
The main entry point for the DSL to create a group of XML to Object mappings that support metadata configuration.
XmlProcessorContext — class, package org.spicefactory.lib.xml
The context for a recursive XML processing operation.
XmlProcessorContext(expressionContext:org.spicefactory.lib.expr:ExpressionContext, domain:flash.system:ApplicationDomain, data:Object) — Constructor, class org.spicefactory.lib.xml.XmlProcessorContext
Creates a new instance.
XmlValidationError — class, package org.spicefactory.lib.xml
Error thrown when validating a mapped XML element failed.
XmlValidationError(message:String) — Constructor, class org.spicefactory.lib.xml.XmlValidationError
Creates a new instance.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z