- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DocumentBuilderUtil (3.03 sec)
-
src/main/java/org/codelibs/core/xml/DocumentBuilderUtil.java
import org.w3c.dom.Document; import org.xml.sax.SAXException; /** * Utility class for {@link DocumentBuilder}. * * @author higa */ public abstract class DocumentBuilderUtil { /** * Do not instantiate. */ protected DocumentBuilderUtil() { } /** * Parses the XML. * * @param builder * {@link DocumentBuilder}; must not be {@literal null}.Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.8K bytes - Viewed (0)