Uses of Interface
com.sun.xml.xsom.XSParticle
Packages that use XSParticle
Package
Description
Object Model that represents customization declarations.
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom package.Visitor pattern support for the
com.sun.xml.xsom interfaces.-
Uses of XSParticle in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSParticleModifier and TypeMethodDescriptionfinal voidParticleBinder.build(XSParticle p) Builds theCPropertyInfos from the given particle (and its descendants), and set them to the class returned byClassSelector.getCurrentBean().abstract voidParticleBinder.build(XSParticle p, Collection<XSParticle> forcedProps) The version of the build method that forces a specified set of particles to become a property.static RawTypeSetRawTypeSetBuilder.build(XSParticle p, boolean optional) abstract booleanParticleBinder.checkFallback(XSParticle p) Similar to the build method but this method only checks if the BGM that will be built by the build method will do the fallback (map all the properties into one list) or not.protected final StringParticleBinder.computeLabel(XSParticle p) Computes the label of a given particle.static ExpressionExpressionBuilder.createTree(XSParticle p) protected final <T extends BIDeclaration>
TParticleBinder.getLocalCustomization(XSParticle p, Class<T> type) protected final BIDomBGMBuilder.getLocalDomCustomization(XSParticle p) Gets theBIDomobject that applies to the given particle.protected final BIPropertyParticleBinder.getLocalPropCustomization(XSParticle p) Gets the BIProperty object that applies to the given particle.protected final StringParticleBinder.makeJavaName(XSParticle p, String xmlName) voidBindGreen.particle(XSParticle xsParticle) voidBindPurple.particle(XSParticle xsParticle) voidBindRed.particle(XSParticle p) voidBindYellow.particle(XSParticle xsParticle) ExpressionBuilder.particle(XSParticle p) MultiplicityCounter.particle(XSParticle p) Method parameters in com.sun.tools.xjc.reader.xmlschema with type arguments of type XSParticleModifier and TypeMethodDescriptionabstract voidParticleBinder.build(XSParticle p, Collection<XSParticle> forcedProps) The version of the build method that forces a specified set of particles to become a property. -
Uses of XSParticle in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type XSParticleModifier and TypeMethodDescriptionBIProperty.createElementOrReferenceProperty(String defaultName, boolean forConstant, XSParticle source, RawTypeSet types) BIProperty.createElementProperty(String defaultName, boolean forConstant, XSParticle source, RawTypeSet types) -
Uses of XSParticle in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSParticleModifier and TypeMethodDescriptionXSContentType.asParticle()Equivalent of(this instanceof XSParticle)?this:nullXSModelGroup.getChild(int idx) Gets i-ith child.XSModelGroup.getChildren()Gets all the children in one array. -
Uses of XSParticle in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSParticleMethods in com.sun.xml.xsom.impl that return XSParticleModifier and TypeMethodDescriptionEmptyImpl.asParticle()ParticleImpl.asParticle()final XSParticleSimpleTypeImpl.asParticle()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSParticle -
Uses of XSParticle in com.sun.xml.xsom.impl.scd
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSParticle -
Uses of XSParticle in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSParticleModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.particle(XSParticle part) voidSchemaWriter.particle(XSParticle part) -
Uses of XSParticle in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSParticleModifier and TypeMethodDescriptionComponentNameFunction.particle(XSParticle particle) NameGetter.particle(XSParticle particle) XSFinder.particle(XSParticle particle) XSFunctionFilter.particle(XSParticle particle) -
Uses of XSParticle in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSParticleModifier and TypeMethodDescriptionXSContentTypeFunction.particle(XSParticle particle) voidXSContentTypeVisitor.particle(XSParticle particle)