Uses of Class
com.sun.tools.xjc.reader.RawTypeSet
-
Packages that use RawTypeSet Package Description 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 Modifier and Type Method Description protected abstract RawTypeSet.ModeRawTypeSet.Ref. canBeType(RawTypeSet parent)Can thisRawTypeSet.Refbe a type ref? -
Uses of RawTypeSet in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng that return RawTypeSet Modifier and Type Method Description static RawTypeSetRawTypeSetBuilder. build(RELAXNGCompiler compiler, 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 Modifier and Type Method Description static RawTypeSetRawTypeSetBuilder. build(XSParticle p, boolean optional)Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type RawTypeSet Modifier and Type Method Description protected RawTypeSet.ModeRawTypeSetBuilder.CClassRef. canBeType(RawTypeSet parent)protected RawTypeSet.ModeRawTypeSetBuilder.CElementInfoRef. canBeType(RawTypeSet parent)protected RawTypeSet.ModeRawTypeSetBuilder.WildcardRef. canBeType(RawTypeSet parent)protected RawTypeSet.ModeRawTypeSetBuilder.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 Modifier and Type Method Description CReferencePropertyInfoBIProperty. createContentExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types)CReferencePropertyInfoBIProperty. createDummyExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types)CPropertyInfoBIProperty. createElementOrReferenceProperty(String defaultName, boolean forConstant, XSParticle source, RawTypeSet types)CElementPropertyInfoBIProperty. createElementProperty(String defaultName, boolean forConstant, XSParticle source, RawTypeSet types)CReferencePropertyInfoBIProperty. createReferenceProperty(String defaultName, boolean forConstant, XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended)
-