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 |
MXMLContentAfterRootTagProblem
Problem generated when there is text before the root tag.
|
class |
MXMLContentBeforeRootTagProblem
Problem generated when there is text or tags after the root tag.
|
class |
MXMLInvalidDatabindingExpressionProblem
Invalid syntax in MXML data binding expression.
|
class |
MXMLMultipleRootTagsProblem
Problem generated when an MXML file has more than one root tag.
|
class |
MXMLXMLProcessingInstructionLocationProblem
Problem generated when the {@code
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.