Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newRelaxNgSchema (0.05 sec)

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

         * Generates a {@link Schema} for RELAX NG from a file.
         *
         * @param schema
         *            RELAX NG file. Must not be {@literal null}.
         * @return {@link Schema}
         */
        public static Schema newRelaxNgSchema(final File schema) {
            assertArgumentNotNull("schema", schema);
            return newSchema(SchemaFactoryUtil.newRelaxNgSchemaFactory(), 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