public final class AppSchemaXSDRegistry extends Object implements XSDSchemaLocator
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Flush all schema's (remove all references to them from other schema's) and clear register
|
static AppSchemaXSDRegistry |
getInstance()
Get lazy loaded singleton instance
|
XSDSchema |
locateSchema(XSDSchema xsdSchema,
String namespaceURI,
String rawSchemaLocationURI,
String resolvedSchemaLocationURI)
Implements schema locator... creates and registers new schema if necessary
|
XSDSchema |
lookUp(String schemaLocation)
Look up schema in register
|
void |
register(XSDSchema schema)
Register schema
|
public static AppSchemaXSDRegistry getInstance()
public void register(XSDSchema schema)
schema
- schema to be registeredpublic XSDSchema lookUp(String schemaLocation)
schemaLocation
- (resolved) schema locationpublic void dispose()
Copyright © 1996–2023 Geotools. All rights reserved.