public interface IMXMLFileNode extends IMXMLNode, IFileNode
UNKNOWN
Modifier and Type | Method and Description |
---|---|
ICompilerProject |
getCompilerProject()
Returns the project that created this file node.
|
CSSCompilationSession |
getCSSCompilationSession()
Get the CSS semantic information.
|
IMXMLDocumentNode |
getDocumentNode()
Returns the node representing the root tag within this file.
|
List<IEmbedResolver> |
getEmbedNodes()
Returns a list of nodes representing embedded assets.
|
List<IMXMLStyleNode> |
getStyleNodes() |
getClassDefinitionNode, getFileNode, getName, isValidForCodeGen
getIncludeTreeLastModified, getOffsetLookup, getProblems, getTargetAttributes, getTopLevelDefinitionNodes, getTopLevelDefinitions, hasIncludes, populateFunctionNodes
getAllImportNodes, getAllImports, getScope
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
ICompilerProject getCompilerProject()
ICompilerProject
object.IMXMLDocumentNode getDocumentNode()
IOldMXMLFileNode
.getDocumentNode
in interface IMXMLNode
IMXMLDocumentNode
object.List<IEmbedResolver> getEmbedNodes()
These can be either nodes representing the initialization value of a
variable with [Embed(...)]
metadata, or nodes representing
the compiler directive @Embed(...)
).
IEmbedResolver
objects.List<IMXMLStyleNode> getStyleNodes()
IMXMLStyleNode
's in this MXML document.CSSCompilationSession getCSSCompilationSession()
Copyright © 2016 The Apache Software Foundation. All rights reserved.