- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for DocumentBuilderFactoryUtil (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/core/xml/DocumentBuilderFactoryUtil.java
/** * Utility class for {@link DocumentBuilderFactory}. * * @author higa */ public abstract class DocumentBuilderFactoryUtil { private static final Logger logger = Logger.getLogger(DocumentBuilderFactoryUtil.class); /** * Do not instantiate. */ protected DocumentBuilderFactoryUtil() { } /** * Returns a new instance of {@link DocumentBuilderFactory}. *Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 2.9K bytes - Click Count (0)