Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PreElementHandler (0.09 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocConverter.java

            public void onEndElement(String element) {
                nodes.pop();
            }
        }
    
        private static class PreElementHandler implements HtmlElementHandler {
            private final DocBookBuilder nodes;
            private final Document document;
    
            private PreElementHandler(DocBookBuilder nodes, Document document) {
                this.nodes = nodes;
                this.document = document;
            }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed May 21 06:20:45 GMT 2025
    - 29.3K bytes
    - Click Count (0)
Back to Top