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.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
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 |
MXMLTextData
Encapsulation of a block of text in MXML
|
Modifier and Type | Method and Description |
---|---|
protected void |
MXMLNodeBase.accumulateTextFragments(MXMLTreeBuilder builder,
IMXMLTextData text,
MXMLNodeBase.MXMLNodeInfo info)
Accumulates source fragments that are produced by a text unit for later
processing.
|
protected void |
MXMLNodeBase.processChildNonWhitespaceUnit(MXMLTreeBuilder builder,
IMXMLTagData tag,
IMXMLTextData text,
MXMLNodeBase.MXMLNodeInfo info)
Processes a single child text unit which is not all whitespace.
|
protected void |
MXMLNodeBase.processChildWhitespaceUnit(MXMLTreeBuilder builder,
IMXMLTagData tag,
IMXMLTextData text,
MXMLNodeBase.MXMLNodeInfo info)
Processes a single child text unit which is all whitespace.
|
Constructor and Description |
---|
MXMLUnexpectedTextProblem(IMXMLTextData site) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.