Uses of Interface
com.sun.xml.xsom.XSModelGroupDecl
-
Packages that use XSModelGroupDecl Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.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 thecom.sun.xml.xsominterfaces. -
-
Uses of XSModelGroupDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSModelGroupDecl Modifier and Type Method Description XSModelGroupDeclXSTerm. asModelGroupDecl()XSModelGroupDeclXSSchema. getModelGroupDecl(String localName)XSModelGroupDeclXSSchemaSet. getModelGroupDecl(String namespaceURI, String localName)Methods in com.sun.xml.xsom that return types with arguments of type XSModelGroupDecl Modifier and Type Method Description Map<String,XSModelGroupDecl>XSSchema. getModelGroupDecls()Gets all theXSModelGroupDecls 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 Modifier and Type Class Description classModelGroupDeclImplMethods in com.sun.xml.xsom.impl that return XSModelGroupDecl Modifier and Type Method Description XSModelGroupDeclElementDecl. asModelGroupDecl()XSModelGroupDeclModelGroupDeclImpl. asModelGroupDecl()XSModelGroupDeclModelGroupImpl. asModelGroupDecl()XSModelGroupDeclWildcardImpl. asModelGroupDecl()XSModelGroupDeclSchemaImpl. getModelGroupDecl(String name)XSModelGroupDeclSchemaSetImpl. getModelGroupDecl(String ns, String localName)Methods in com.sun.xml.xsom.impl that return types with arguments of type XSModelGroupDecl Modifier and Type Method Description 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 Modifier and Type Method Description voidSchemaImpl. 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 Modifier and Type Method Description XSModelGroupDeclDelayedRef.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 Modifier and Type Field Description static Axis<XSModelGroupDecl>Axis. MODEL_GROUP_DECLMethods in com.sun.xml.xsom.impl.scd with parameters of type XSModelGroupDecl Modifier and Type Method Description 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 Modifier and Type Method Description voidSchemaTreeTraverser. 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 XSModelGroupDecl Modifier and Type Method Description StringComponentNameFunction. modelGroupDecl(XSModelGroupDecl decl)StringNameGetter. modelGroupDecl(XSModelGroupDecl decl)BooleanXSFinder. modelGroupDecl(XSModelGroupDecl decl)TXSFunctionFilter. modelGroupDecl(XSModelGroupDecl decl) -
Uses of XSModelGroupDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSModelGroupDecl Modifier and Type Method Description TXSTermFunction. modelGroupDecl(XSModelGroupDecl decl)TXSTermFunctionWithParam. modelGroupDecl(XSModelGroupDecl decl, P param)voidXSTermVisitor. modelGroupDecl(XSModelGroupDecl decl)
-