<rawText>要素
ネームスペース:  http://xmlns.oracle.com/uix/ui
派生元:  <ui:base>要素
グループ:  UIX Components
要素の型:  UINode

<rawText>要素は、指定のテキストをエスケープせずにそのまま出力します。

構文
<rawText
    [ betweenText="string" ]
    [ postText="string" ]
    [ preText="string" ]
    [ text="string" ]
>
   <contents> <!-- indexed children --> </contents>
</rawText>

注意: 
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    <rawText>要素は、指定のテキストをエスケープせずにそのまま出力します。このクラスを使用することは、正しいHTMLの生成に全責任を負うことを意味します。クライアントで、このクラスのかわりにHTMLネームスペースの要素の使用を検討することをお薦めします。特に、このクラスでは、NLSまたはHTML準拠の文字のエンコードまたはエスケープが行われません。


    <rawText text=" _text_ "
             preText="_preText_ "
             postText=" _postText_"
             betweenText=" _betweenText_ ">
    
      <contents>
        &lt;header&gt;
        <link text="header info"
              destination="http://www.oracle.com"/>
        &lt;/header&gt;
      </contents>
    </rawText>
    <rawText<
      <contents>
        &lt;hr&gt;
      </contents>
    </rawText>
    <rawText>
      &lt;hr&gt;
    </rawText>
    <rawText><![CDATA[
    Here's some HTML: <a href="http://www.oracle.com">Oracle</a>
    and it can go <b>on and on and on</b>...
    ]]></rawText>

    属性

    説明
    betweenText このBeanの子の間にレンダリングされるテキスト。
    string
    postText このBeanの子の後にレンダリングされるテキスト。
    string
    preText このBeanの子の前にレンダリングされるテキスト。
    string
    text コントロールのテキスト。
    string

    子要素

    説明 必須 組込み可能な数
    <contents> Beanの索引付けされた子。 いいえ 1