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, isValidForCodeGengetIncludeTreeLastModified, getOffsetLookup, getProblems, getTargetAttributes, getTopLevelDefinitionNodes, getTopLevelDefinitions, hasIncludes, populateFunctionNodesgetAllImportNodes, getAllImports, getScopecontains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminalgetAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStartICompilerProject getCompilerProject()
ICompilerProject object.IMXMLDocumentNode getDocumentNode()
IOldMXMLFileNode.getDocumentNode in interface IMXMLNodeIMXMLDocumentNode 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.