Skip to content

Commit

Permalink
Latest modular Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 19, 2023
1 parent 1cd1a12 commit 8555cf7
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 25 deletions.
2 changes: 1 addition & 1 deletion api/latest/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
</div>
<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>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Implementation of ValueList.</div>
<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>
</div>
<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>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
Expand Down
13 changes: 11 additions & 2 deletions api/latest/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -9132,6 +9132,13 @@ <h2 class="title" id="I:M">M</h2>
<dd>&nbsp;</dd>
<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>
<dd>&nbsp;</dd>
<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>
<dd>&nbsp;</dd>
<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>
<dd>
<div class="block">Does this object match the given selector inside a <code>has()</code>
pseudo-class?</div>
</dd>
<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>
<dd>
<div class="block">Mathematical function (as defined by CSS Values and Units).</div>
Expand Down Expand Up @@ -12466,7 +12473,9 @@ <h2 class="title" id="I:T">T</h2>
<div class="block">Returns a minified parsable representation of the rule list of this sheet.</div>
</dd>
<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>
<dd>&nbsp;</dd>
<dd>
<div class="block">Returns a minified parsable representation of the rule list of this sheet.</div>
</dd>
<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>
<dd>
<div class="block">Convert the color components to a normalized form and put them in an array.</div>
Expand Down Expand Up @@ -12822,7 +12831,7 @@ <h2 class="title" id="I:V">V</h2>
<dd>&nbsp;</dd>
<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>
<dd>
<div class="block">Implementation of ValueList.</div>
<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>
</dd>
<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>
<dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,15 @@ <h2>Method Summary</h2>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Does this object match the given selector list?</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<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>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<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>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Does this object match the given selector inside a <code>has()</code>
pseudo-class?</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<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>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Set this selector's pseudo-element.</div>
</div>
</div>
Expand Down Expand Up @@ -195,6 +201,21 @@ <h3>matches</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="matchesRelational(io.sf.carte.doc.style.css.nsac.Selector)">
<h3>matchesRelational</h3>
<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>
<div class="block">Does this object match the given selector inside a <code>has()</code>
pseudo-class?</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>selector</code> - the selector to be tested.</dd>
<dt>Returns:</dt>
<dd><code>true</code> if this matcher relationally matches this object,
<code>false</code> otherwise.</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ <h2>Method Summary</h2>
<div class="inherited-list">
<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>
<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>
<div class="inherited-list">
<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>
<code><a href="../SelectorMatcher.html#matchesRelational(io.sf.carte.doc.style.css.nsac.Selector)">matchesRelational</a></code></div>
</section>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,10 @@ <h3>getTargetMedium</h3>
<section class="detail" id="toMinifiedString()">
<h3>toMinifiedString</h3>
<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>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="AbstractStyleSheet.html#toMinifiedString()">AbstractStyleSheet</a></code></span></div>
<div class="block">Returns a minified parsable representation of the rule list of this sheet.</div>
<div class="block">Returns a minified parsable representation of the rule list of this sheet.
<p>
Equivalent to <code>getCssRules().toMinifiedString()</code>.
</p></div>
<dl class="notes">
<dt>Specified by:</dt>
<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>
Expand Down
Loading

0 comments on commit 8555cf7

Please sign in to comment.