Package | Description |
---|---|
com.caucho.config | |
com.caucho.relaxng |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Config.configure(java.lang.Object obj,
java.io.InputStream is,
Schema schema)
Configures a bean with a configuration file.
|
java.lang.Object |
Config.configure(java.lang.Object obj,
Path path,
Schema schema)
Configures a bean with a configuration file and schema.
|
void |
Config.configureBean(java.lang.Object obj,
Path path,
Schema schema)
Configures a bean with a configuration file and schema.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaImpl
JARV Schema implementation
|
Modifier and Type | Method and Description |
---|---|
static Schema |
CompactVerifierFactoryImpl.compileFromPath(Path path)
Compile a schema.
|
static Schema |
CompactVerifierFactoryImpl.compileFromResource(java.lang.String schemaName)
Reads the schema from the classpath.
|
Schema |
VerifierFactory.compileSchema(org.xml.sax.InputSource is)
Compile a schema.
|
Schema |
CompactVerifierFactoryImpl.compileSchema(org.xml.sax.InputSource is)
Compile a schema.
|
Schema |
VerifierFactoryImpl.compileSchema(org.xml.sax.InputSource is)
Compile a schema.
|
Schema |
CompactVerifierFactoryImpl.compileSchema(Path path)
Compile a schema.
|
Schema |
VerifierFactoryImpl.compileSchema(java.lang.String url)
Compile a schema.
|