- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 113 for dom2 (0.18 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/AbstractVersionsUpdateTask.kt
import org.gradle.api.file.RegularFileProperty import org.gradle.api.provider.Property import org.gradle.api.tasks.Internal import org.gradle.internal.util.PropertiesUtils import org.gradle.work.DisableCachingByDefault import org.w3c.dom.Element import java.util.Properties import javax.xml.XMLConstants import javax.xml.parsers.DocumentBuilderFactory @DisableCachingByDefault(because = "Not worth tracking")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Oct 24 09:10:28 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/DocumentBuilderUtil.java
import java.io.IOException; import java.io.InputStream; import javax.xml.parsers.DocumentBuilder; import org.codelibs.core.exception.IORuntimeException; import org.codelibs.core.exception.SAXRuntimeException; import org.w3c.dom.Document; import org.xml.sax.SAXException; /** * Utility class for {@link DocumentBuilder}. * * @author higa */ public abstract class DocumentBuilderUtil { /** * Do not instantiate.Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.8K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/BlockDoc.groovy
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.docbook.model import org.w3c.dom.Element import gradlebuild.docs.dsl.source.model.TypeMetaData class BlockDoc implements DslElementDoc { private final MethodDoc blockMethod private final PropertyDoc blockPropertyRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/MethodDoc.groovy
* limitations under the License. */ package gradlebuild.docs.dsl.docbook.model import gradlebuild.docs.dsl.source.model.ClassMetaData import gradlebuild.docs.dsl.source.model.MethodMetaData import org.w3c.dom.Element class MethodDoc implements DslElementDoc { private final String id private final MethodMetaData metaData private final List<Element> comment private final ClassMetaData referringClassRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
null); children.add(e); } } } XmlNode dom = XmlNode.newInstance("configuration", children); return new org.codehaus.plexus.util.xml.Xpp3Dom(dom); } // org.apache.maven.plugins:maven-remote-resources-plugin:1.0:process@executionIdRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 11.3K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/io/xpp3/package-info.java
* <a href="https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.html">Xpp3Dom</a> for * DOM content representation (see <code><configuration></code> elements). */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 14:10:21 UTC 2025 - 1.5K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocRenderer.java
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.docbook; import gradlebuild.docs.dsl.docbook.model.ClassDoc; import org.w3c.dom.Element; import java.util.ArrayList; import java.util.List; public class ClassDocRenderer { private final GenerationListener listener = new DefaultGenerationListener();Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java
} XmlNode dom = mojoExecution.getConfiguration() != null ? mojoExecution.getConfiguration().getDom() : null; PlexusConfiguration pomConfiguration; if (dom == null) { pomConfiguration = new DefaultPlexusConfiguration("configuration"); } else {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 16:35:21 UTC 2025 - 46.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/src/main/mdo/supplemental-model.mdo
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java
} this.pathConsumed -= i; } @Override public void fixupDomain(final String dom) { final String s = getServer(); if (s.indexOf('.') < 0 && s.toUpperCase(Locale.ROOT).equals(s)) { final String fqdn = s + "." + dom; if (log.isDebugEnabled()) { log.debug(String.format("Applying DFS netbios name hack %s -> %s ", s, fqdn));Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.7K bytes - Viewed (0)