| Package | Description |
|---|---|
| org.apache.flex.compiler.internal.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.mxml package. |
| org.apache.flex.compiler.internal.parsing.mxml |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MXMLData.initializeFromTokens(List<MXMLToken> tokens)
Common code from the two constructors
|
| Constructor and Description |
|---|
MXMLData(List<MXMLToken> tokens,
PrefixMap map,
IFileSpecification fileSpec)
Constructor
|
MXMLData(List<MXMLToken> tokens,
PrefixMap map,
IFileSpecification fileSpec,
boolean shouldRepair) |
| Modifier and Type | Field and Description |
|---|---|
protected MXMLToken |
MXMLTokenizer.xmlNSToken |
| Modifier and Type | Method and Description |
|---|---|
MXMLToken |
MXMLToken.clone() |
MXMLToken |
MXMLTokenizer.nextToken()
Returns the next token that can be produced from the given input
|
| Modifier and Type | Method and Description |
|---|---|
List<MXMLToken> |
MXMLTokenizer.parseTokens(Reader input)
Parse the contents of input
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MXMLTokenizer.buildTokenList(MXMLToken token,
List<MXMLToken> list)
Handles the addition of tokens to the internal token list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MXMLTokenizer.buildTokenList(MXMLToken token,
List<MXMLToken> list)
Handles the addition of tokens to the internal token list.
|
| Constructor and Description |
|---|
MXMLToken(MXMLToken other)
Copy constructor
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.