- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getAttributeLocalName (0.23 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/root/DefaultRootLocator.java
&& parser.getLocalName().equals("project")) { for (int i = 0; i < parser.getAttributeCount(); i++) { if ("root".equals(parser.getAttributeLocalName(i))) { return Boolean.parseBoolean(parser.getAttributeValue(i)); } } } } catch (IOException | XMLStreamException e) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.6K bytes - Click Count (0)