Uses of Interface
com.sun.xml.xsom.XSModelGroupDecl
Packages that use XSModelGroupDecl
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
Uses of XSModelGroupDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSModelGroupDeclModifier and TypeMethodDescriptionXSTerm.asModelGroupDecl()
XSSchema.getModelGroupDecl
(String localName) XSSchemaSet.getModelGroupDecl
(String namespaceURI, String localName) Methods in com.sun.xml.xsom that return types with arguments of type XSModelGroupDeclModifier and TypeMethodDescriptionXSSchema.getModelGroupDecls()
Gets all theXSModelGroupDecl
s in this schema.XSSchema.iterateModelGroupDecls()
XSSchemaSet.iterateModelGroupDecls()
Iterates all model group declarations in all the schemas. -
Uses of XSModelGroupDecl in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSModelGroupDeclMethods in com.sun.xml.xsom.impl that return XSModelGroupDeclModifier and TypeMethodDescriptionElementDecl.asModelGroupDecl()
ModelGroupDeclImpl.asModelGroupDecl()
ModelGroupImpl.asModelGroupDecl()
WildcardImpl.asModelGroupDecl()
SchemaImpl.getModelGroupDecl
(String name) SchemaSetImpl.getModelGroupDecl
(String ns, String localName) Methods in com.sun.xml.xsom.impl that return types with arguments of type XSModelGroupDeclModifier and TypeMethodDescriptionSchemaImpl.getModelGroupDecls()
SchemaImpl.iterateModelGroupDecls()
SchemaSetImpl.iterateModelGroupDecls()
Methods in com.sun.xml.xsom.impl with parameters of type XSModelGroupDeclModifier and TypeMethodDescriptionvoid
SchemaImpl.addModelGroupDecl
(XSModelGroupDecl newDecl, boolean overwrite) -
Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSModelGroupDecl -
Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSModelGroupDeclMethods in com.sun.xml.xsom.impl.scd with parameters of type XSModelGroupDecl -
Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSModelGroupDeclModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.modelGroupDecl
(XSModelGroupDecl decl) void
SchemaWriter.modelGroupDecl
(XSModelGroupDecl decl) -
Uses of XSModelGroupDecl in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSModelGroupDeclModifier and TypeMethodDescriptionComponentNameFunction.modelGroupDecl
(XSModelGroupDecl decl) NameGetter.modelGroupDecl
(XSModelGroupDecl decl) XSFinder.modelGroupDecl
(XSModelGroupDecl decl) XSFunctionFilter.modelGroupDecl
(XSModelGroupDecl decl) -
Uses of XSModelGroupDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSModelGroupDeclModifier and TypeMethodDescriptionXSTermFunction.modelGroupDecl
(XSModelGroupDecl decl) XSTermFunctionWithParam.modelGroupDecl
(XSModelGroupDecl decl, P param) void
XSTermVisitor.modelGroupDecl
(XSModelGroupDecl decl) -
Uses of XSModelGroupDecl in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSModelGroupDeclModifier and TypeMethodDescriptionvoid
AtlasRewritingXSVisitor.modelGroupDecl
(XSModelGroupDecl decl)