Uses of Interface
com.sun.xml.xsom.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
Modifier 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
Modifier and TypeMethodDescriptionEmptyImpl.asParticle()
ParticleImpl.asParticle()
final XSParticle
SimpleTypeImpl.asParticle()
-
Uses of XSParticle in com.sun.xml.xsom.impl.scd
-
Uses of XSParticle in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.particle
(XSParticle part) void
SchemaWriter.particle
(XSParticle part) -
Uses of XSParticle in com.sun.xml.xsom.util
Modifier 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
Modifier and TypeMethodDescriptionXSContentTypeFunction.particle
(XSParticle particle) void
XSContentTypeVisitor.particle
(XSParticle particle) -
Uses of XSParticle in io.atlasmap.xml.core.schema