Uses of Interface
com.sun.xml.xsom.XSModelGroupDecl
-
Packages that use XSModelGroupDecl Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
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.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)
-