Skip to content

Commit 8555cf7

Browse files
committed
Latest modular Javadocs
1 parent 1cd1a12 commit 8555cf7

13 files changed

Lines changed: 82 additions & 25 deletions

api/latest/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
14341434
</div>
14351435
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/property/ValueList.html" title="class in io.sf.carte.doc.style.css.property">ValueList</a></div>
14361436
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
1437-
<div class="block">Implementation of ValueList.</div>
1437+
<div class="block">Implementation of <code>CSSValueList</code> based on <a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/property/StyleValue.html" title="class in io.sf.carte.doc.style.css.property"><code>StyleValue</code></a>.</div>
14381438
</div>
14391439
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/property/VarValue.html" title="class in io.sf.carte.doc.style.css.property">VarValue</a></div>
14401440
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">

api/latest/index-all.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9132,6 +9132,13 @@ <h2 class="title" id="I:M">M</h2>
91329132
<dd>&nbsp;</dd>
91339133
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/parser/AbstractMediaQuery.html#matchesPredicate(io.sf.carte.doc.style.css.BooleanCondition,io.sf.carte.doc.style.css.CSSCanvas)" class="member-name-link">matchesPredicate(BooleanCondition, CSSCanvas)</a> - Method in class io.sf.carte.doc.style.css.parser.<a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/parser/AbstractMediaQuery.html" title="class in io.sf.carte.doc.style.css.parser">AbstractMediaQuery</a></dt>
91349134
<dd>&nbsp;</dd>
9135+
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/om/BaseSelectorMatcher.html#matchesRelational(io.sf.carte.doc.style.css.nsac.Selector)" class="member-name-link">matchesRelational(Selector)</a> - Method in class io.sf.carte.doc.style.css.om.<a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/om/BaseSelectorMatcher.html" title="class in io.sf.carte.doc.style.css.om">BaseSelectorMatcher</a></dt>
9136+
<dd>&nbsp;</dd>
9137+
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/SelectorMatcher.html#matchesRelational(io.sf.carte.doc.style.css.nsac.Selector)" class="member-name-link">matchesRelational(Selector)</a> - Method in interface io.sf.carte.doc.style.css.<a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/SelectorMatcher.html" title="interface in io.sf.carte.doc.style.css">SelectorMatcher</a></dt>
9138+
<dd>
9139+
<div class="block">Does this object match the given selector inside a <code>has()</code>
9140+
pseudo-class?</div>
9141+
</dd>
91359142
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSValue.Type.html#MATH_FUNCTION" class="member-name-link">MATH_FUNCTION</a> - Enum constant in enum class io.sf.carte.doc.style.css.<a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSValue.Type.html" title="enum class in io.sf.carte.doc.style.css">CSSValue.Type</a></dt>
91369143
<dd>
91379144
<div class="block">Mathematical function (as defined by CSS Values and Units).</div>
@@ -12466,7 +12473,9 @@ <h2 class="title" id="I:T">T</h2>
1246612473
<div class="block">Returns a minified parsable representation of the rule list of this sheet.</div>
1246712474
</dd>
1246812475
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/om/BaseCSSStyleSheet.html#toMinifiedString()" class="member-name-link">toMinifiedString()</a> - Method in class io.sf.carte.doc.style.css.om.<a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/om/BaseCSSStyleSheet.html" title="class in io.sf.carte.doc.style.css.om">BaseCSSStyleSheet</a></dt>
12469-
<dd>&nbsp;</dd>
12476+
<dd>
12477+
<div class="block">Returns a minified parsable representation of the rule list of this sheet.</div>
12478+
</dd>
1247012479
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSColor.html#toNumberArray()" class="member-name-link">toNumberArray()</a> - Method in interface io.sf.carte.doc.style.css.<a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSColor.html" title="interface in io.sf.carte.doc.style.css">CSSColor</a></dt>
1247112480
<dd>
1247212481
<div class="block">Convert the color components to a normalized form and put them in an array.</div>
@@ -12822,7 +12831,7 @@ <h2 class="title" id="I:V">V</h2>
1282212831
<dd>&nbsp;</dd>
1282312832
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/property/ValueList.html" class="type-name-link" title="class in io.sf.carte.doc.style.css.property">ValueList</a> - Class in <a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/property/package-summary.html">io.sf.carte.doc.style.css.property</a></dt>
1282412833
<dd>
12825-
<div class="block">Implementation of ValueList.</div>
12834+
<div class="block">Implementation of <code>CSSValueList</code> based on <a href="io.sf.carte.css4j/io/sf/carte/doc/style/css/property/StyleValue.html" title="class in io.sf.carte.doc.style.css.property"><code>StyleValue</code></a>.</div>
1282612835
</dd>
1282712836
<dt><a href="io.sf.carte.css4j/io/sf/carte/doc/DirectionalityHelper.Directionality.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum class io.sf.carte.doc.<a href="io.sf.carte.css4j/io/sf/carte/doc/DirectionalityHelper.Directionality.html" title="enum class in io.sf.carte.doc">DirectionalityHelper.Directionality</a></dt>
1282812837
<dd>

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,15 @@ <h2>Method Summary</h2>
126126
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
127127
<div class="block">Does this object match the given selector list?</div>
128128
</div>
129-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
130-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setPseudoElement(io.sf.carte.doc.style.css.nsac.Condition)" class="member-name-link">setPseudoElement</a><wbr>(<a href="nsac/Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a>&nbsp;pseudoElt)</code></div>
129+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
130+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#matchesRelational(io.sf.carte.doc.style.css.nsac.Selector)" class="member-name-link">matchesRelational</a><wbr>(<a href="nsac/Selector.html" title="interface in io.sf.carte.doc.style.css.nsac">Selector</a>&nbsp;selector)</code></div>
131131
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
132+
<div class="block">Does this object match the given selector inside a <code>has()</code>
133+
pseudo-class?</div>
134+
</div>
135+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
136+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setPseudoElement(io.sf.carte.doc.style.css.nsac.Condition)" class="member-name-link">setPseudoElement</a><wbr>(<a href="nsac/Condition.html" title="interface in io.sf.carte.doc.style.css.nsac">Condition</a>&nbsp;pseudoElt)</code></div>
137+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
132138
<div class="block">Set this selector's pseudo-element.</div>
133139
</div>
134140
</div>
@@ -195,6 +201,21 @@ <h3>matches</h3>
195201
</dl>
196202
</section>
197203
</li>
204+
<li>
205+
<section class="detail" id="matchesRelational(io.sf.carte.doc.style.css.nsac.Selector)">
206+
<h3>matchesRelational</h3>
207+
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">matchesRelational</span><wbr><span class="parameters">(<a href="nsac/Selector.html" title="interface in io.sf.carte.doc.style.css.nsac">Selector</a>&nbsp;selector)</span></div>
208+
<div class="block">Does this object match the given selector inside a <code>has()</code>
209+
pseudo-class?</div>
210+
<dl class="notes">
211+
<dt>Parameters:</dt>
212+
<dd><code>selector</code> - the selector to be tested.</dd>
213+
<dt>Returns:</dt>
214+
<dd><code>true</code> if this matcher relationally matches this object,
215+
<code>false</code> otherwise.</dd>
216+
</dl>
217+
</section>
218+
</li>
198219
</ul>
199220
</section>
200221
</li>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ <h2>Method Summary</h2>
331331
<div class="inherited-list">
332332
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
333333
<code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
334+
<div class="inherited-list">
335+
<h3 id="methods-inherited-from-class-io.sf.carte.doc.style.css.SelectorMatcher">Methods inherited from interface&nbsp;io.sf.carte.doc.style.css.<a href="../SelectorMatcher.html" title="interface in io.sf.carte.doc.style.css">SelectorMatcher</a></h3>
336+
<code><a href="../SelectorMatcher.html#matchesRelational(io.sf.carte.doc.style.css.nsac.Selector)">matchesRelational</a></code></div>
334337
</section>
335338
</li>
336339
</ul>

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,8 +1329,10 @@ <h3>getTargetMedium</h3>
13291329
<section class="detail" id="toMinifiedString()">
13301330
<h3>toMinifiedString</h3>
13311331
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">toMinifiedString</span>()</div>
1332-
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="AbstractStyleSheet.html#toMinifiedString()">AbstractStyleSheet</a></code></span></div>
1333-
<div class="block">Returns a minified parsable representation of the rule list of this sheet.</div>
1332+
<div class="block">Returns a minified parsable representation of the rule list of this sheet.
1333+
<p>
1334+
Equivalent to <code>getCssRules().toMinifiedString()</code>.
1335+
</p></div>
13341336
<dl class="notes">
13351337
<dt>Specified by:</dt>
13361338
<dd><code><a href="AbstractStyleSheet.html#toMinifiedString()">toMinifiedString</a></code>&nbsp;in class&nbsp;<code><a href="AbstractStyleSheet.html" title="class in io.sf.carte.doc.style.css.om">AbstractStyleSheet</a></code></dd>

0 commit comments

Comments
 (0)