XSOM 20110809-redhat-3

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.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Method Summary
 XSModelGroup getModelGroup()
          Gets the body of this declaration.
 
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
 
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
 

Method Detail

getModelGroup

XSModelGroup getModelGroup()
Gets the body of this declaration.


XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.