Uses of Interface
com.sun.xml.xsom.XSModelGroupDecl

Packages that use XSModelGroupDecl
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
com.sun.xml.xsom.impl.scd   
com.sun.xml.xsom.impl.util   
com.sun.xml.xsom.util   
com.sun.xml.xsom.visitor 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 XSModelGroupDecl
 XSModelGroupDecl XSTerm.asModelGroupDecl()
           
 XSModelGroupDecl XSSchema.getModelGroupDecl(String localName)
           
 XSModelGroupDecl XSSchemaSet.getModelGroupDecl(String namespaceURI, String localName)
           
 

Methods in com.sun.xml.xsom that return types with arguments of type XSModelGroupDecl
 Map<String,XSModelGroupDecl> XSSchema.getModelGroupDecls()
          Gets all the XSModelGroupDecls in this schema.
 Iterator<XSModelGroupDecl> XSSchema.iterateModelGroupDecls()
           
 Iterator<XSModelGroupDecl> 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 XSModelGroupDecl
 class ModelGroupDeclImpl
           
 

Methods in com.sun.xml.xsom.impl that return XSModelGroupDecl
 XSModelGroupDecl ElementDecl.asModelGroupDecl()
           
 XSModelGroupDecl WildcardImpl.asModelGroupDecl()
           
 XSModelGroupDecl ModelGroupImpl.asModelGroupDecl()
           
 XSModelGroupDecl ModelGroupDeclImpl.asModelGroupDecl()
           
 XSModelGroupDecl SchemaImpl.getModelGroupDecl(String name)
           
 XSModelGroupDecl SchemaSetImpl.getModelGroupDecl(String ns, String localName)
           
 

Methods in com.sun.xml.xsom.impl that return types with arguments of type XSModelGroupDecl
 Map<String,XSModelGroupDecl> SchemaImpl.getModelGroupDecls()
           
 Iterator<XSModelGroupDecl> SchemaImpl.iterateModelGroupDecls()
           
 Iterator<XSModelGroupDecl> SchemaSetImpl.iterateModelGroupDecls()
           
 

Methods in com.sun.xml.xsom.impl with parameters of type XSModelGroupDecl
 void 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
 XSModelGroupDecl DelayedRef.ModelGroup.get()
           
 

Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.scd
 

Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSModelGroupDecl
static Axis<XSModelGroupDecl> Axis.MODEL_GROUP_DECL
           
 

Methods in com.sun.xml.xsom.impl.scd with parameters of type XSModelGroupDecl
 Iterator<XSModelGroup> Axis.ModelGroupAxis.modelGroupDecl(XSModelGroupDecl decl)
           
 

Uses of XSModelGroupDecl in com.sun.xml.xsom.impl.util
 

Methods in com.sun.xml.xsom.impl.util with parameters of type XSModelGroupDecl
 void 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 XSModelGroupDecl
 T XSFunctionFilter.modelGroupDecl(XSModelGroupDecl decl)
           
 String ComponentNameFunction.modelGroupDecl(XSModelGroupDecl decl)
           
 String NameGetter.modelGroupDecl(XSModelGroupDecl decl)
           
 Boolean XSFinder.modelGroupDecl(XSModelGroupDecl decl)
           
 

Uses of XSModelGroupDecl in com.sun.xml.xsom.visitor
 

Methods in com.sun.xml.xsom.visitor with parameters of type XSModelGroupDecl
 void XSTermVisitor.modelGroupDecl(XSModelGroupDecl decl)
           
 T XSTermFunction.modelGroupDecl(XSModelGroupDecl decl)
           
 T XSTermFunctionWithParam.modelGroupDecl(XSModelGroupDecl decl, P param)
           
 



Copyright © 2012 Oracle. All Rights Reserved.