- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newW3cXmlSchema (0.12 sec)
-
src/main/java/org/codelibs/core/xml/SchemaUtil.java
* * @param schema * W3C XML Schema file. Must not be {@literal null}. * @return {@link Schema} */ public static Schema newW3cXmlSchema(final File schema) { assertArgumentNotNull("schema", schema); return newSchema(SchemaFactoryUtil.newW3cXmlSchemaFactory(), 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)