<styleSheetDocument>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/style |
構文 |
![]() |
<styleSheetDocument
[ version="decimal"
] >
<!-- The following children, if present, should be in the order shown -->
<import> </import>
<styleSheet> </styleSheet>
<!-- 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>
子要素 |
![]() |
|