Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for getNamespaceUri (0.5 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

                    }
                } catch (ModelTransformerException e) {
                    problems.add(Severity.FATAL, ModelProblem.Version.V40, null, e);
                }
            }
    
            String namespace = rawModel.getNamespaceUri();
            if (rawModel.getModelVersion() == null && namespace != null && namespace.startsWith(NAMESPACE_PREFIX)) {
                rawModel = rawModel.withModelVersion(namespace.substring(NAMESPACE_PREFIX.length()));
            }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws XmlPullParserExcepti; public String getNamespacePrefix(int) throws XmlPullParserExcepti; public String getNamespaceUri(int) throws XmlPullParserExcepti; public String getNamespace(String); public int getDepth(); private static int findFragment(int, char[], int, int); public String getPositionDescripti(); public int getLineNumber(); public int getColumnNumber();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws XmlPullParserExcepti; public String getNamespacePrefix(int) throws XmlPullParserExcepti; public String getNamespaceUri(int) throws XmlPullParserExcepti; public String getNamespace(String); public int getDepth(); private static int findFragment(int, char[], int, int); public String getPositionDescripti(); public int getLineNumber(); public int getColumnNumber();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
Back to top