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

Packages that use RawTypeSet
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.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)
           
 

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)