| Package | Description |
|---|---|
| org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
| org.apache.flex.compiler.internal.caches | |
| org.apache.flex.compiler.internal.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.mxml package. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PrefixedXMLName.resolvePrefix(String prefix,
MXMLData mxmlData)
Determine which XML namespace is appropriate for the given prefix in the
given document
|
| Constructor and Description |
|---|
PrefixedXMLName(String rawName,
MXMLData mxmlData)
Constructor This version will parse the containingDocument on the fly (or
use an existing parse, if there is already one in the MXMLDataProvider).
|
| Modifier and Type | Method and Description |
|---|---|
protected MXMLData |
MXMLDataCache.createEntryValue(CacheStoreKeyBase key)
Get the
MXMLData to be associated with the key. |
| Modifier and Type | Method and Description |
|---|---|
MXMLData |
MXMLDataManager.get(IFileSpecification fileSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
MXMLUnitData.setLocation(MXMLData parent,
int index)
Set this unit's position relative to its parent.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.