<content>要素
ネームスペース: http://xmlns.oracle.com/uix/ui

ページのUINodeコンテンツ。

構文
<content>
     <!-- The following child can be anything derived from the given element -->
   <uinode></uinode>
</content>

注意:
  • この要素は<page>要素内で使用されます。

  • 説明

    ページのUINodeコンテンツ。このページのレンダリングに使用されるUIツリーのルートを定義する、1つの子要素が含まれている必要があります。


    <page xmlns="http://xmlns.oracle.com/uix/ui"
          xmlns:ui="http://xmlns.oracle.com/uix/ui" >
      <content>
        <pageLayout ... >
          ...
        </pageLayout>
      <content>
    </page>
    

    子要素

    説明 必須 最大値
    <(その他の要素)>
    ページのルート要素。
    はい 1
    This document was generated on Wed Jul 07 19:21:56 PDT 2004

    Copyright © 2001, 2004, Oracle.All rights reserved.