Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.xmlbeans.SchemaTypeSystem

Uses of SchemaTypeSystem in org.apache.xmlbeans
 

Fields in org.apache.xmlbeans declared as SchemaTypeSystem
private  SchemaTypeSystem SchemaComponent.Ref._schemaTypeSystem
           
 

Methods in org.apache.xmlbeans that return SchemaTypeSystem
static SchemaTypeSystem XmlBeans.getBuiltinTypeSystem()
          Returns the builtin type system.
static SchemaTypeSystem XmlBeans.compileXsd(XmlObject[] schemas, SchemaTypeLoader typepath, XmlOptions options)
          Returns the SchemaTypeSystem that results from compiling the XML schema definitions passed.
static SchemaTypeSystem XmlBeans.compileXsd(SchemaTypeSystem system, XmlObject[] schemas, SchemaTypeLoader typepath, XmlOptions options)
          Returns the SchemaTypeSystem that results from augumenting the SchemaTypeSystem passed in by incrementally adding the given XML schema definitions.
static SchemaTypeSystem XmlBeans.compileXmlBeans(java.lang.String name, SchemaTypeSystem system, XmlObject[] schemas, BindingConfig config, SchemaTypeLoader typepath, Filer filer, XmlOptions options)
          Returns the SchemaTypeSystem that results from augumenting the SchemaTypeSystem passed in by incrementally adding the given XML schema definitions.
 SchemaTypeSystem SchemaType.getTypeSystem()
          Returns the SchemaTypeLoader in which this type was defined.
 SchemaTypeSystem SchemaComponent.getTypeSystem()
          Returns the typesystem within which this component definition resides
 SchemaTypeSystem SchemaComponent.Ref.getTypeSystem()
           
 

Methods in org.apache.xmlbeans with parameters of type SchemaTypeSystem
static SchemaTypeSystem XmlBeans.compileXsd(SchemaTypeSystem system, XmlObject[] schemas, SchemaTypeLoader typepath, XmlOptions options)
          Returns the SchemaTypeSystem that results from augumenting the SchemaTypeSystem passed in by incrementally adding the given XML schema definitions.
static SchemaTypeSystem XmlBeans.compileXmlBeans(java.lang.String name, SchemaTypeSystem system, XmlObject[] schemas, BindingConfig config, SchemaTypeLoader typepath, Filer filer, XmlOptions options)
          Returns the SchemaTypeSystem that results from augumenting the SchemaTypeSystem passed in by incrementally adding the given XML schema definitions.
 void SchemaCodePrinter.printLoader(java.io.Writer writer, SchemaTypeSystem system)
          Deprecated. Obsoleted by functionality in SchemaTypeSystem.save()
 

Constructors in org.apache.xmlbeans with parameters of type SchemaTypeSystem
SchemaType.Ref(SchemaTypeSystem system, java.lang.String handle)
           
SchemaModelGroup.Ref(SchemaTypeSystem system, java.lang.String handle)
           
SchemaIdentityConstraint.Ref(SchemaTypeSystem system, java.lang.String handle)
           
SchemaGlobalElement.Ref(SchemaTypeSystem system, java.lang.String handle)
           
SchemaGlobalAttribute.Ref(SchemaTypeSystem system, java.lang.String handle)
           
SchemaComponent.Ref(SchemaTypeSystem schemaTypeSystem, java.lang.String handle)
           
SchemaAttributeGroup.Ref(SchemaTypeSystem system, java.lang.String handle)