Package com.sun.xml.xsom
Interface XSModelGroupDecl
- All Superinterfaces:
XSComponent
,XSDeclaration
,XSTerm
- All Known Implementing Classes:
ModelGroupDeclImpl
Named model group declaration.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionGets 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 Details
-
getModelGroup
XSModelGroup getModelGroup()Gets the body of this declaration.
-