Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for namespaceURI (0.1 sec)

  1. api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java

            }
    
            /**
             * Sets the namespace URI of the XML node.
             *
             * @param namespaceUri the namespace URI of the XML node
             * @return this builder instance
             */
            public Builder namespaceUri(String namespaceUri) {
                this.namespaceUri = namespaceUri;
                return this;
            }
    
            /**
             * Sets the namespace prefix of the XML node.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Jul 19 11:09:56 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top