Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractAnnotation
org.orpheus.xml.bind.annotation Base class for all Annotation classes.
 AbstractProcessor
org.orpheus.xml.bind.helpers The Base class for concrete instances of IUnmarshaller or IMarshaller.
 AnnotationKeys
org.orpheus.xml.bind.annotation Enumeration of available annotation key names.
 EvaluationContext
org.orpheus.xml.bind.impl A generic instance of IEvaluationContext that is used as the default context by XMLService.
 IEvaluationContext
org.orpheus.xml.bind The IEvaluationContext interface is the contract for any concrete evaluation context utilized by an instance of XMLService.
 IMarshaller
org.orpheus.xml.bind The IMarshaller interface defines the functionality of a concrete Marshaller.
 ISerializable
org.orpheus.xml.bind The ISerializable interface defines the methods for custom Marshalling/Unmarshalling of ActionScript objects.
 IUnmarshaller
org.orpheus.xml.bind The IMarshaller interface defines the functionality of a concrete Marshaller.
 MarshallerConstants
org.orpheus.xml.bind.helpers An enumeration of Annotation type names.
 MarshallerDatatypes
org.orpheus.xml.bind.helpers An enumeration of simple-type qualified names.
 MarshallerImpl
org.orpheus.xml.bind.impl A concrete implementation of the IMarshaller interface.
 MarshallingException
org.orpheus.xml.bind Base Class for ActionScript XML Binding exceptions.
 TypeMarshaller
org.orpheus.xml.bind.helpers Handles marshalling/unmarshalling of simple types.
 TypeRegistry
org.orpheus.xml.bind.helpers Maintains a mapping of qualified names to class definitions for lookup during marshalling and unmarshalling.
 UnmarshallerImpl
org.orpheus.xml.bind.impl A concrete implementation of the IUnmarshaller interface.
 XmlAccessOrder
org.orpheus.xml.bind.annotation Enumeration of possible XmlAccessorOrder values.
 XmlAccessorOrder
org.orpheus.xml.bind.annotation Can be either one of the values specified by XmlAccessOrder (alphabetical or undefined) or an array of strings that correspond to property names.
 XmlAttribute
org.orpheus.xml.bind.annotation Specifies that the annotated member is derived from an XML attribute.
 XmlElement
org.orpheus.xml.bind.annotation Specifies that the annotated member is derived from an XML element tag.
 XmlElementWrapper
org.orpheus.xml.bind.annotation Specifies that the annotated member is derived from a nested XML element tag.
 XmlList
org.orpheus.xml.bind.annotation Used in conjunction with XmlElement to create whitespace separated lists within the element defined by XmlElement.
 XmlRootElement
org.orpheus.xml.bind.annotation Defines a class level XML tag.
 XMLService
org.orpheus.xml.bind You use the <mxml:XMLService> tag to represent an XMLService object in an MXML file.
 XMLService
org.orpheus.xml.bind.mxml You use the <mxml:XMLService> tag to represent an XMLService object in an MXML file.
 XmlTransient
org.orpheus.xml.bind.annotation Marks an memeber as ignored by the Marshaller/Unmarshaller