Package | Description |
---|---|
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Class and Description |
---|---|
class |
MXMLAttributeVersionProblem
Problem generated when a language-specific MXML attribute
is used in the wrong version of MXML.
|
class |
MXMLClassNodeProblem
Problem generated when a qname from MXML doesn't specify a class or interface.
|
class |
MXMLConstructorHasParametersProblem
Problem generated when there is text before the root tag.
|
class |
MXMLDualContentProblem
Problem generated when a tag with a
source attribute
also has internal content. |
class |
MXMLDuplicateAttributeProblem
Problem generated for a duplicate attribute on an MXML tag.
|
class |
MXMLDuplicateChildTagProblem
Problem generated for a duplicate child tag on an MXML tag.
|
class |
MXMLDuplicateIDProblem
Problem generated for a duplicate ID in an MXML file.
|
class |
MXMLEmptyAttributeProblem
Problem generated when an attribute that requires a value is empty.
|
class |
MXMLEmptyEventHandlerProblem
Problem generated when an event handler is empty.
|
class |
MXMLFinalClassProblem
Problem generated when the root tag in an MXML file
resolves to a class which cannot cannot be extended.
|
class |
MXMLIncludeInAndExcludeFromProblem
Problem generated when
includeIn and excludeFrom
are specified on the same tag. |
class |
MXMLIncompatibleArrayElementProblem
Problem generated when an element of a property value of type
Array
is incompatible with the [ArrayElementType] metadata for that property. |
class |
MXMLIncompatibleVectorElementProblem
Problem generated for an incompatible vector element.
|
class |
MXMLInvalidDefinitionNameProblem
Problem generated when the
name of a <Definition> is invalid. |
class |
MXMLInvalidIDProblem
Problem generated when the
id attribute
is an invalid ActionScript identifier. |
class |
MXMLInvalidItemCreationPolicyProblem
Problem generated when an invalid value is used for
itemCreationPolicy . |
class |
MXMLInvalidItemDestructionPolicyProblem
Problem generated for invalid value for
itemDestructionPolicy . |
class |
MXMLInvalidPercentageProblem
Problem generated when an invalid percentage expression
is found for the value of a numeric property
with
[PercentProxy(...)] |
class |
MXMLInvalidSourceAttributeProblem
Problem generated when a
source attribute on an MXML tag
specifies a non-existent file. |
class |
MXMLInvalidStyleProblem
Problem generated when a style is defined to work with a certain themes
and none of the themes are used in the current project.
|
class |
MXMLInvalidTextForTypeProblem
Problem generated when a a value of a particular type cannot be parsed
from the specified MXML text.
|
class |
MXMLInvalidVectorFixedAttributeProblem
Problem generated when an invalid value used for the
fixed attribute on a <Vector> tag. |
class |
MXMLInvalidVectorTypeAttributeProblem
Problem generated when the
type attribute
on a <Vector> tag does not refer to a known class. |
class |
MXMLLibraryTagNotTheFirstChildProblem
Problem generated when Library tag is not the first child inside a tag that defines a class.
|
class |
MXMLMissingRootTagProblem
Problem generated when an MXML file has no root tag.
|
class |
MXMLMissingVectorTypeAttributeProblem
Problem generated when a
<Vector> tag does not have a type attribute. |
class |
MXMLNoAllowedAttributesProblem
Problem generated when an MXML tag does not allow any attributes.
|
class |
MXMLNotAClassProblem
Problem generated when an MXML tag that should resolve to a class
resolves to something else.
|
class |
MXMLOtherLanguageNamespaceProblem
Problem generated when multiple language namespaces used in an MXML file.
|
class |
MXMLPercentageNotAllowedProblem
Problem generated when a percentage expression
is found for the value of a numeric property
without
[PercentProxy(...)] |
class |
MXMLPrivateAttributeProblem
Problem generated when an attribute uses a private namespace.
|
class |
MXMLPrivateTagLocationProblem
Problem generated when a
<Private> tag is found in the wrong location. |
class |
MXMLRequiredAttributeProblem
Problem generated when an MXML tag lacks a required attribute.
|
class |
MXMLSameBindingSourceAndDestinationProblem
Problem generated when the
source and destination
of a <Binding> tag are the same. |
class |
MXMLUnexpectedAttributeProblem
Problem generated for unexpected MXML attributes.
|
class |
MXMLUnexpectedDatabindingProblem
Problem generated for an unexpected data binding expression.
|
class |
MXMLUnexpectedTagProblem
Problem generated for an unexpected MXML tag.
|
class |
MXMLUnexpectedTextProblem
Problem generated for unexpected text in an MXML file.
|
class |
MXMLUnknownNamespaceProblem
Diagnostic emitted when a namespace cannot be resolved.
|
class |
MXMLUnknownXMLFormatProblem
Problem generated when the
format of an <XML> tag is not a valid value. |
class |
MXMLUnresolvedTagProblem
Problem generated when an MXML tag that should resolve
to an ActionScript class does not.
|
class |
MXMLXMLListMixedContentProblem
Problem generated when an
<XMLList> tag contains mixed content. |
class |
MXMLXMLOnlyOneRootTagProblem
Problem generated when an
<XML> tag has more than one root tag. |
class |
MXMLXMLRequireContentProblem
Problem generated when an
<XML> tag has no content. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.