Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for findChildElement (0.06 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/DomUtils.java

         *
         * @param parent the parent element
         * @param name the child element name to find
         * @return the child element if found, null otherwise
         *
         */
        public static Element findChildElement(Element parent, String name) {
            return parent.child(name).orElse(null);
        }
    
        /**
         * Serializes a domtrip Document to XML string with preserved formatting.
         *
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 7.4K bytes
    - Click Count (0)
Back to Top