Uses of Interface
com.sun.xml.xsom.XSModelGroupDecl
Packages that use XSModelGroupDecl
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSModelGroupDecl in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSModelGroupDecl -
Uses of XSModelGroupDecl in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSModelGroupDeclModifier and TypeMethodDescriptionvoidBindGreen.modelGroupDecl(XSModelGroupDecl xsModelGroupDecl) voidBindPurple.modelGroupDecl(XSModelGroupDecl xsModelGroupDecl) voidBindRed.modelGroupDecl(XSModelGroupDecl xsModelGroupDecl) voidBindYellow.modelGroupDecl(XSModelGroupDecl xsModelGroupDecl) ExpressionBuilder.modelGroupDecl(XSModelGroupDecl decl) MultiplicityCounter.modelGroupDecl(XSModelGroupDecl decl) voidRawTypeSetBuilder.modelGroupDecl(XSModelGroupDecl decl) -
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 theXSModelGroupDecls 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 TypeMethodDescriptionvoidSchemaImpl.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 TypeMethodDescriptionvoidSchemaTreeTraverser.modelGroupDecl(XSModelGroupDecl decl) voidSchemaWriter.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) voidXSTermVisitor.modelGroupDecl(XSModelGroupDecl decl)