public interface IMXMLBooleanNode extends IMXMLExpressionNode
<Boolean>
tag.
An IMXMLBooleanNode
has exactly one child node: an
IExpressionNode
representing a Boolean
value.
It will be either an
ILiteralNode
or an IMXMLDataBindingNode
.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
boolean |
getValue()
Gets the value of the
<Boolean> tag, which is either
true or false . |
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
Copyright © 2016 The Apache Software Foundation. All rights reserved.