- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for DocumentBuilderUtil (0.09 seconds)
-
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}.Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 1.8K bytes - Click Count (0)