public interface IMXMLStringNode extends IMXMLExpressionNode
<String>
tag.
An IMXMLStringNode
has exactly one child node: an
IExpressionNode
representing an String
value. It will be
either an ILiteralNode
, an IMXMLDataBindingNode
, or
an IMXMLConcatenatedDataBindingNode
.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Gets the value of the
<String> tag as a String. |
getExpressionNode
getEffectiveID, getExcludeFrom, getID, getIncludeIn, getItemCreationPolicy, getItemDestructionPolicy, isEqual, resolveID
getClassReference, getEventSpecifierNode, getEventSpecifierNodes, getPropertySpecifierNode, getPropertySpecifierNodes, getSpecifierNodesWithSuffix, isContainer, isDeferredInstantiationUIComponent, isMXMLObject, isVisualElementContainer, needsDescriptor, needsDocumentDescriptor
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
String getValue()
<String>
tag as a String.String
.Copyright © 2016 The Apache Software Foundation. All rights reserved.