- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for previousElementSibling (0.11 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
Element next = heading.nextElementSibling(); while (true) { if (next == null || next.tagName().equals("h2")) { Element section = heading.before("<section class='topic'/>").previousElementSibling(); Elements inSectionElements = new Elements(inSection); section.html(inSectionElements.outerHtml()); inSectionElements.remove();
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 03 05:02:20 UTC 2024 - 9.9K bytes - Viewed (0)