public interface IMXMLBindingNode extends IMXMLNode
<Binding>
tag.
An IMXMLBindingNode
has no child nodes.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IMXMLBindingAttributeNode |
getDestinationAttributeNode()
The destination of the binding, as specified by the
destination attribute. |
IMXMLBindingAttributeNode |
getSourceAttributeNode()
The source of the binding, as specified by the
source
attribute. |
boolean |
getTwoWay()
A flag indicating whether the binding is two-way or one-way.
|
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
IMXMLBindingAttributeNode getSourceAttributeNode()
source
attribute.IMXMLBindingAttributeNode getDestinationAttributeNode()
destination
attribute.boolean getTwoWay()
Copyright © 2016 The Apache Software Foundation. All rights reserved.