Uses of Interface
com.caucho.relaxng.Schema

Packages that use Schema
com.caucho.config   
com.caucho.relaxng   
 

Uses of Schema in com.caucho.config
 

Methods in com.caucho.config with parameters of type Schema
 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.
 

Uses of Schema in com.caucho.relaxng
 

Classes in com.caucho.relaxng that implement Schema
 class SchemaImpl
          JARV Schema implementation
 

Methods in com.caucho.relaxng that return Schema
static Schema CompactVerifierFactoryImpl.compileFromPath(Path path)
          Compile a schema.
static Schema CompactVerifierFactoryImpl.compileFromResource(java.lang.String schemaName)
          Reads the schema from the classpath.
 Schema CompactVerifierFactoryImpl.compileSchema(org.xml.sax.InputSource is)
          Compile a schema.
 Schema VerifierFactory.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.