Package com.sun.xml.xsom
Interface XSModelGroupDecl
-
- All Superinterfaces:
XSComponent
,XSDeclaration
,XSTerm
- All Known Implementing Classes:
ModelGroupDeclImpl
public interface XSModelGroupDecl extends XSDeclaration, XSTerm
Named model group declaration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSModelGroup
getModelGroup()
Gets the body of this declaration.-
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
-
Methods inherited from interface com.sun.xml.xsom.XSDeclaration
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
-
Methods inherited from interface com.sun.xml.xsom.XSTerm
apply, apply, asElementDecl, asModelGroup, asModelGroupDecl, asWildcard, isElementDecl, isModelGroup, isModelGroupDecl, isWildcard, visit
-
-
-
-
Method Detail
-
getModelGroup
XSModelGroup getModelGroup()
Gets the body of this declaration.
-
-