Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SAXParserFactoryUtil (0.07 sec)

  1. src/main/java/org/codelibs/core/xml/SAXParserFactoryUtil.java

    import org.xml.sax.SAXNotSupportedException;
    
    /**
     * Utility class for {@link SAXParser}.
     *
     * @author higa
     */
    public abstract class SAXParserFactoryUtil {
    
        /**
         * Do not instantiate.
         */
        protected SAXParserFactoryUtil() {
        }
    
        /**
         * Creates a new instance of {@link SAXParserFactory}.
         *
         * @return A new instance of {@link SAXParserFactory}.
         */
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top