Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SchemaUtil (0.06 sec)

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

    import org.xml.sax.SAXException;
    
    /**
     * Utility class for {@link Schema}.
     *
     * @author koichik
     */
    public abstract class SchemaUtil {
    
        /**
         * Do not instantiate.
         */
        protected SchemaUtil() {
        }
    
        /**
         * Generates a {@link Schema} for W3C XML Schema from a file.
         *
         * @param schema
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top