- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fromXML (0.03 sec)
-
compat/maven-model/src/test/java/org/apache/maven/model/v4/ModelXmlTest.java
props.put("junit.version", "4.12"); Model model = Model.newBuilder(true).properties(props).build(); String xml = toXml(model); for (int i = 0; i < 10; i++) { String newStr = toXml(fromXml(xml)); assertEquals(newStr, xml); } } @Test void testNamespaceInXmlNode() throws XMLStreamException {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedConfigurationConverter.java
for (int i = 0, size = configuration.getChildCount(); i < size; i++) { final PlexusConfiguration element = configuration.getChild(i); final String propertyName = fromXML(element.getName()); Class<?> valueType; try { valueType = getClassForImplementationHint(null, element, loader); } catch (final ComponentConfigurationException e) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 17 07:40:49 UTC 2025 - 6.2K bytes - Viewed (0)