Skip to content

Commit a982a92

Browse files
committed
Latest modular Javadocs after carte-util 3.7
1 parent 2902fd5 commit a982a92

17 files changed

+1261
-591
lines changed

api/latest/allclasses-index.html

Lines changed: 428 additions & 424 deletions
Large diffs are not rendered by default.

api/latest/index-all.html

Lines changed: 66 additions & 4 deletions
Large diffs are not rendered by default.

api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSGroupingRule.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,14 @@ <h2>Method Details</h2>
171171
<section class="detail" id="getCssRules()">
172172
<h3>getCssRules</h3>
173173
<div class="member-signature"><span class="return-type"><a href="CSSRuleList.html" title="interface in io.sf.carte.doc.style.css">CSSRuleList</a>&lt;? extends <a href="CSSRule.html" title="interface in io.sf.carte.doc.style.css">CSSRule</a>&gt;</span>&nbsp;<span class="element-name">getCssRules</span>()</div>
174-
<div class="block">Get the list of CSS rules nested inside the grouping rule.</div>
174+
<div class="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>
175178
<dl class="notes">
176179
<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
181+
grouping rule.</dd>
178182
</dl>
179183
</section>
180184
</li>

api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/nsac/CombinatorCondition.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h1 title="Interface CombinatorCondition" class="title">Interface CombinatorCond
9797
extends <a href="Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a></span></div>
9898
<div class="block">Based on SAC's <code>CombinatorCondition</code> interface by Philippe Le Hegaret.
9999
<p>
100-
Represents two chained conditions in a compound selector.
100+
Represents two or more chained conditions in a compound selector.
101101
</p></div>
102102
</section>
103103
<section class="summary">
@@ -123,10 +123,20 @@ <h2>Method Summary</h2>
123123
<div class="table-header col-second">Method</div>
124124
<div class="table-header col-last">Description</div>
125125
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a></code></div>
126-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFirstCondition()" class="member-name-link">getFirstCondition</a>()</code></div>
126+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCondition(int)" class="member-name-link">getCondition</a><wbr>(int&nbsp;index)</code></div>
127127
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
128+
<div class="block">Get the condition at index <code>index</code>.</div>
129+
</div>
130+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a></code></div>
131+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFirstCondition()" class="member-name-link">getFirstCondition</a>()</code></div>
132+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
128133
<div class="block">The first condition.</div>
129134
</div>
135+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
136+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLength()" class="member-name-link">getLength</a>()</code></div>
137+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
138+
<div class="block">Get the number of conditions in this combinator.</div>
139+
</div>
130140
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a></code></div>
131141
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSecondCondition()" class="member-name-link">getSecondCondition</a>()</code></div>
132142
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
@@ -171,6 +181,33 @@ <h3>getSecondCondition</h3>
171181
</dl>
172182
</section>
173183
</li>
184+
<li>
185+
<section class="detail" id="getCondition(int)">
186+
<h3>getCondition</h3>
187+
<div class="member-signature"><span class="return-type"><a href="Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a></span>&nbsp;<span class="element-name">getCondition</span><wbr><span class="parameters">(int&nbsp;index)</span>
188+
throws <span class="exceptions"><a href="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+
<div class="block">Get the condition at index <code>index</code>.</div>
190+
<dl class="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><a href="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>
197+
</dl>
198+
</section>
199+
</li>
200+
<li>
201+
<section class="detail" id="getLength()">
202+
<h3>getLength</h3>
203+
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getLength</span>()</div>
204+
<div class="block">Get the number of conditions in this combinator.</div>
205+
<dl class="notes">
206+
<dt>Returns:</dt>
207+
<dd>the number of conditions (always two at least).</dd>
208+
</dl>
209+
</section>
210+
</li>
174211
</ul>
175212
</section>
176213
</li>

0 commit comments

Comments
 (0)