public final class SchemaCache
extends java.lang.Object
Schema object and lazily instantiate it.
This object is thread-safe. There should be only one instance of
this for the whole VM.| Constructor | Description |
|---|---|
SchemaCache(java.lang.String resourceName,
java.lang.Class<?> classToResolveResources) |
|
SchemaCache(java.lang.String resourceName,
java.lang.Class<?> classToResolveResources,
boolean createResolver) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.validation.ValidatorHandler |
newValidator() |
Copyright © 2017 Oracle Corporation. All rights reserved.