Uses of Interface
com.sun.xml.xsom.XSParticle
Packages that use XSParticle
Package
Description
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.xml.xsom
Methods in com.sun.xml.xsom that return XSParticleModifier and TypeMethodDescriptionXSContentType.asParticle()
Equivalent of(this instanceof XSParticle)?this:null
XSModelGroup.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 XSParticle
SimpleTypeImpl.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 TypeMethodDescriptionvoid
SchemaTreeTraverser.particle
(XSParticle part) void
SchemaWriter.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) void
XSContentTypeVisitor.particle
(XSParticle particle) -
Uses of XSParticle in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSParticle