Interface XSModelGroupDecl
- All Superinterfaces:
XSComponent, XSDeclaration, XSTerm
- All Known Implementing Classes:
ModelGroupDeclImpl
Named model group declaration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the body of this declaration.Methods inherited from interface XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visitMethods inherited from interface XSDeclaration
getName, getTargetNamespace, isAnonymous, isGlobal, isLocalMethods inherited from interface XSTerm
apply, apply, asElementDecl, asModelGroup, asModelGroupDecl, asWildcard, isElementDecl, isModelGroup, isModelGroupDecl, isWildcard, visit
-
Method Details
-
getModelGroup
XSModelGroup getModelGroup()Gets the body of this declaration.
-