You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSGroupingRule.html
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -171,10 +171,14 @@ <h2>Method Details</h2>
171
171
<sectionclass="detail" id="getCssRules()">
172
172
<h3>getCssRules</h3>
173
173
<divclass="member-signature"><spanclass="return-type"><ahref="CSSRuleList.html" title="interface in io.sf.carte.doc.style.css">CSSRuleList</a><? extends <ahref="CSSRule.html" title="interface in io.sf.carte.doc.style.css">CSSRule</a>></span> <spanclass="element-name">getCssRules</span>()</div>
174
-
<divclass="block">Get the list of CSS rules nested inside the grouping rule.</div>
174
+
<divclass="block">Get the list of CSS rules nested inside the grouping rule.
175
+
<p>
176
+
Only in the case of style rules, may return <code>null</code>.
177
+
</p></div>
175
178
<dlclass="notes">
176
179
<dt>Returns:</dt>
177
-
<dd>a CSSRuleList object for the list of CSS rules nested inside the grouping rule.</dd>
180
+
<dd>a CSSRuleList object for the list of CSS rules nested inside the
<divclass="member-signature"><spanclass="return-type"><ahref="Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a></span> <spanclass="element-name">getCondition</span><wbr><spanclass="parameters">(int index)</span>
188
+
throws <spanclass="exceptions"><ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang" class="external-link">ArrayIndexOutOfBoundsException</a></span></div>
189
+
<divclass="block">Get the condition at index <code>index</code>.</div>
190
+
<dlclass="notes">
191
+
<dt>Parameters:</dt>
192
+
<dd><code>index</code> - the index. A value of <code>0</code> retrieves the first condition.</dd>
193
+
<dt>Returns:</dt>
194
+
<dd>the condition.</dd>
195
+
<dt>Throws:</dt>
196
+
<dd><code><ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ArrayIndexOutOfBoundsException.html" title="class or interface in java.lang" class="external-link">ArrayIndexOutOfBoundsException</a></code> - if the index is invalid.</dd>
0 commit comments