Uses of Class
com.sun.tools.xjc.reader.RawTypeSet
Packages that use RawTypeSet
Package
Description
Front-end that reads schema(s) and produce BGM.
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 RawTypeSetModifier and TypeMethodDescriptionprotected 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 RawTypeSetModifier and TypeMethodDescriptionstatic 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 RawTypeSetModifier and TypeMethodDescriptionstatic RawTypeSetRawTypeSetBuilder.build(XSParticle p, boolean optional) Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type RawTypeSetModifier and TypeMethodDescriptionprotected 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 RawTypeSetModifier and TypeMethodDescriptionBIProperty.createContentExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types) BIProperty.createDummyExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types) BIProperty.createElementOrReferenceProperty(String defaultName, boolean forConstant, XSParticle source, RawTypeSet types) BIProperty.createElementProperty(String defaultName, boolean forConstant, XSParticle source, RawTypeSet types) BIProperty.createReferenceProperty(String defaultName, boolean forConstant, XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended)