Uses of Class
com.sun.tools.xjc.reader.RawTypeSet

Packages that use RawTypeSet
com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM. 
com.sun.tools.xjc.reader.relaxng   
com.sun.tools.xjc.reader.xmlschema   
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
 

Uses of RawTypeSet in com.sun.tools.xjc.reader
 

Methods in com.sun.tools.xjc.reader with parameters of type RawTypeSet
protected abstract  RawTypeSet.Mode RawTypeSet.Ref.canBeType(RawTypeSet parent)
          Can this RawTypeSet.Ref be a type ref?
 

Uses of RawTypeSet in com.sun.tools.xjc.reader.relaxng
 

Methods in com.sun.tools.xjc.reader.relaxng that return RawTypeSet
static RawTypeSet RawTypeSetBuilder.build(RELAXNGCompiler compiler, org.kohsuke.rngom.digested.DPattern contentModel, Multiplicity mul)
           
 

Uses of RawTypeSet in com.sun.tools.xjc.reader.xmlschema
 

Methods in com.sun.tools.xjc.reader.xmlschema that return RawTypeSet
static RawTypeSet RawTypeSetBuilder.build(com.sun.xml.xsom.XSParticle p, boolean optional)
           
 

Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type RawTypeSet
protected  RawTypeSet.Mode RawTypeSetBuilder.WildcardRef.canBeType(RawTypeSet parent)
           
protected  RawTypeSet.Mode RawTypeSetBuilder.CClassRef.canBeType(RawTypeSet parent)
           
protected  RawTypeSet.Mode RawTypeSetBuilder.CElementInfoRef.canBeType(RawTypeSet parent)
           
protected  RawTypeSet.Mode RawTypeSetBuilder.XmlTypeRef.canBeType(RawTypeSet parent)
           
 

Uses of RawTypeSet in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type RawTypeSet
 CReferencePropertyInfo BIProperty.createContentExtendedMixedReferenceProperty(java.lang.String defaultName, com.sun.xml.xsom.XSComponent source, RawTypeSet types)
           
 CReferencePropertyInfo BIProperty.createDummyExtendedMixedReferenceProperty(java.lang.String defaultName, com.sun.xml.xsom.XSComponent source, RawTypeSet types)
           
 CPropertyInfo BIProperty.createElementOrReferenceProperty(java.lang.String defaultName, boolean forConstant, com.sun.xml.xsom.XSParticle source, RawTypeSet types)
           
 CElementPropertyInfo BIProperty.createElementProperty(java.lang.String defaultName, boolean forConstant, com.sun.xml.xsom.XSParticle source, RawTypeSet types)
           
 CReferencePropertyInfo BIProperty.createReferenceProperty(java.lang.String defaultName, boolean forConstant, com.sun.xml.xsom.XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended)