Uses of Class
convert.relaxng.output.xsd.basic.Schema

Packages that use Schema
convert.relaxng.output.xsd.basic   
 

Uses of Schema in convert.relaxng.output.xsd.basic
 

Methods in convert.relaxng.output.xsd.basic that return Schema
 Schema Schema.addInclude(java.lang.String uri, java.lang.String encoding, SourceLocation location, Annotation annotation)
           
 Schema Include.getIncludedSchema()
           
 Schema Schema.getParent()
           
 Schema Definition.getParentSchema()
           
 Schema SchemaTransformer.getSchema()
           
 

Methods in convert.relaxng.output.xsd.basic that return types with arguments of type Schema
 java.util.List<Schema> Schema.getSubSchemas()
           
 

Constructors in convert.relaxng.output.xsd.basic with parameters of type Schema
AttributeGroupDefinition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name, AttributeUse attributeUses)
           
Definition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name)
           
GroupDefinition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name, Particle particle)
           
Include(SourceLocation location, Annotation annotation, Schema includedSchema)
           
SchemaTransformer(Schema schema)
           
SimpleTypeDefinition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name, SimpleType simpleType)