public interface IMXMLStyleNode extends IMXMLNode
<Style>
tag.
An IMXMLStyleNode
has no child nodes, but it has a reference to a
ICSSDocument
object.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
ICSSDocument |
getCSSDocument(Collection<ICompilerProblem> problems)
Get the CSS model from the
<fx:Style> tag. |
getClassDefinitionNode, getDocumentNode, getFileNode, getName, isValidForCodeGen
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
ICSSDocument getCSSDocument(Collection<ICompilerProblem> problems)
<fx:Style>
tag. The CSS text isn't
parsed until this method is called.problems
- Compiler problem collection.ICSSDocument
object.Copyright © 2016 The Apache Software Foundation. All rights reserved.