Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StructuralNode (0.12 sec)

  1. platforms/documentation/docs-asciidoctor-extensions-base/src/main/java/org/gradle/docs/asciidoctor/ExampleSelfLinkProcessor.java

        static {
            EXAMPLE_SELECTOR.put("context", ":example");
        }
    
        @Override
        public Document process(Document document) {
            List<StructuralNode> examples = document.findBy(EXAMPLE_SELECTOR);
            for (StructuralNode example : examples) {
                if (example.hasAttribute("title")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top