Uses of Interface
com.sun.xml.xsom.XSModelGroup
Packages that use XSModelGroup
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 XSModelGroup in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSModelGroupModifier and TypeMethodDescriptionXSTerm.asModelGroup()
XSModelGroupDecl.getModelGroup()
Gets the body of this declaration. -
Uses of XSModelGroup in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSModelGroupMethods in com.sun.xml.xsom.impl that return XSModelGroupModifier and TypeMethodDescriptionElementDecl.asModelGroup()
ModelGroupDeclImpl.asModelGroup()
ModelGroupImpl.asModelGroup()
WildcardImpl.asModelGroup()
ModelGroupDeclImpl.getModelGroup()
-
Uses of XSModelGroup in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSModelGroupModifier and TypeFieldDescriptionstatic final Axis<XSModelGroup>
Axis.MODELGROUP_ALL
static final Axis<XSModelGroup>
Axis.MODELGROUP_ANY
static final Axis<XSModelGroup>
Axis.MODELGROUP_CHOICE
static final Axis<XSModelGroup>
Axis.MODELGROUP_SEQUENCE
Methods in com.sun.xml.xsom.impl.scd that return types with arguments of type XSModelGroupModifier and TypeMethodDescriptionAxis.ModelGroupAxis.modelGroupDecl
(XSModelGroupDecl decl) Axis.ModelGroupAxis.particle
(XSParticle particle) -
Uses of XSModelGroup in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSModelGroupModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.modelGroup
(XSModelGroup group) void
SchemaWriter.modelGroup
(XSModelGroup group) -
Uses of XSModelGroup in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSModelGroupModifier and TypeMethodDescriptionComponentNameFunction.modelGroup
(XSModelGroup group) NameGetter.modelGroup
(XSModelGroup group) XSFinder.modelGroup
(XSModelGroup group) XSFunctionFilter.modelGroup
(XSModelGroup group) -
Uses of XSModelGroup in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSModelGroupModifier and TypeMethodDescriptionXSTermFunction.modelGroup
(XSModelGroup group) XSTermFunctionWithParam.modelGroup
(XSModelGroup group, P param) void
XSTermVisitor.modelGroup
(XSModelGroup group) -
Uses of XSModelGroup in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSModelGroup