- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getAttributeValue (0.05 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Reader.java
CoreExtension coreExtension = new CoreExtension(); for (int i = parser.getAttributeCount() - 1; i >= 0; i--) { String name = parser.getAttributeName(i); String value = parser.getAttributeValue(i); if (name.indexOf(':') >= 0) { // just ignore attributes with non-default namespace (for example: xmlns:xsi) } else {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 25.3K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java
* @param parser The XML parser * @return Name of the custom implementation; otherwise {@code null} */ private static String parseImplementation(final XmlPullParser parser) { return parser.getAttributeValue(null, "implementation"); } /** * Attempts to load the named implementation, uses default implementation if no name is given. * * @param name The optional implementation nameRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 15.3K bytes - Viewed (0)