Uses of Interface
com.sun.xml.xsom.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
Modifier and TypeMethodDescriptionXSTerm.asModelGroupDecl()
XSSchema.getModelGroupDecl
(String localName) XSSchemaSet.getModelGroupDecl
(String namespaceURI, String localName) Modifier 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
Modifier and TypeMethodDescriptionElementDecl.asModelGroupDecl()
ModelGroupDeclImpl.asModelGroupDecl()
ModelGroupImpl.asModelGroupDecl()
WildcardImpl.asModelGroupDecl()
SchemaImpl.getModelGroupDecl
(String name) SchemaSetImpl.getModelGroupDecl
(String ns, String localName) Modifier and TypeMethodDescriptionSchemaImpl.getModelGroupDecls()
SchemaImpl.iterateModelGroupDecls()
SchemaSetImpl.iterateModelGroupDecls()
Modifier and TypeMethodDescriptionvoid
SchemaImpl.addModelGroupDecl
(XSModelGroupDecl newDecl, boolean overwrite) -
Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.parser
-
Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.scd
-
Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.modelGroupDecl
(XSModelGroupDecl decl) void
SchemaWriter.modelGroupDecl
(XSModelGroupDecl decl) -
Uses of XSModelGroupDecl in com.sun.xml.xsom.util
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
AtlasRewritingXSVisitor.modelGroupDecl
(XSModelGroupDecl decl)