<parse>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:boundValue>要素 |
グループ: |
UIX Components |
要素の型: |
BoundValue |
<parse>要素は、解析文字列にフォーマッタを適用してから、解析された結果を評価します。
構文 |
 |
<parse> <!-- The following child can be anything derived from the given element -->
</parse>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<parse>要素は、解析文字列にフォーマッタを適用してから、解析された結果を評価します。 最初の子要素は、解析される値のバインド値で、2番目の子要素は、解析フォーマッタのバインド値です。
例 |
 |
<styledText styleClass="OraInstructionText">
<boundAttribute name="text">
<parse>
<fixed text="strings can be changed to all upper case for example"/>
<dataObject select="parser" source="parse"/>
</parse>
</boundAttribute>
</styledText>
子要素 |
 |
|
説明 |
必須 |
組込み可能な数 |
<(その他の要素)> |
boundValueを表す2つの子要素。 |
はい |
2 |
|