- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Ng (0.02 sec)
-
src/main/java/org/codelibs/core/xml/SchemaUtil.java
assertArgumentNotNull("schema", schema); return newSchema(SchemaFactoryUtil.newW3cXmlSchemaFactory(), schema); } /** * 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);
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/SchemaFactoryUtil.java
return schemaFactory; } /** * Creates a {@link SchemaFactory} for RELAX NG. * * @return a {@link SchemaFactory} for RELAX NG */ public static SchemaFactory newRelaxNgSchemaFactory() { return newRelaxNgSchemaFactory(false); } /** * Creates a {@link SchemaFactory} for RELAX NG. * * @param external * If {@code true}, external access is allowed.Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3K bytes - Viewed (0) -
README.md
===== JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java.
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 09:24:52 UTC 2025 - 6.2K bytes - Viewed (0)