<styleSheetDocument>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/style |
<styleSheetDocument>要素は、XSS文書のルート要素です。
構文 |
 |
<styleSheetDocument > <!-- The following children, if present, should be in the order shown -->
<!-- The children above, if present, should be in the order shown -->
</styleSheetDocument>
注意:
説明 |
 |
<styleSheetDocument>要素は、XSS文書のルート要素です。任意の数の<import>要素と、これに続く任意の数の<styleSheet>要素で構成されます。
例 |
 |
次の例のスタイルシート文書は、別のXSS文書(blaf.xss)からスタイルをインポートし、IE固有およびNetscape固有のスタイルシートを定義します。
<?xml version="1.0"?>
<styleSheetDocument version="2.0">
<!-- Import all of the styles defines by blaf.xss -->
<import name="blaf.xss"/>
<!-- Define some IE-specific styles -->
<styleSheet browsers="ie"><-- IE-specific style definitions... -->
</styleSheet>
<!-- Now define some Netscape-specific styles -->
<styleSheet browsers="netscape"><-- Netscape-specific style definitions... -->
</styleSheet>
</styleSheetDocument>
属性 |
 |
|
説明 |
型 |
documentVersion |
この文書の特定のバージョンを一意に識別するために使用される文字列識別子。この属性の値は、生成されるスタイルシートの名前に含まれる場合があり、短く、ファイル・システムでの使用に適した値である必要があります。 |
string |
version |
この文書で使用されるXML Style Sheet Language言語のバージョン。 |
decimal |
|
子要素 |
 |
|
説明 |
必須 |
最大値 |
<import> |
<import>要素は、XSS文書のコンテンツを別の文書に含める場合に使用されます。 |
いいえ |
無限 |
<styleSheet> |
<styleSheet>要素は、特定のエンド・ユーザー環境に適用されるスタイルのセットを定義します。 |
いいえ |
無限 |
|
This document was generated on Wed Jul 07 19:22:06 PDT 2004
Copyright © 2001, 2004, Oracle.All rights reserved.