public class ModelGroupDeclImpl extends DeclarationImpl implements XSModelGroupDecl, Ref.Term
Modifier and Type | Field and Description |
---|---|
private ModelGroupImpl |
modelGroup |
ownerDocument
Constructor and Description |
---|
ModelGroupDeclImpl(SchemaDocumentImpl owner,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _targetNamespace,
java.lang.String _name,
ModelGroupImpl _modelGroup) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply(XSFunction function)
Accepts a functor.
|
java.lang.Object |
apply(XSTermFunction function) |
<T,P> T |
apply(XSTermFunctionWithParam<T,P> function,
P param) |
XSElementDecl |
asElementDecl() |
XSModelGroup |
asModelGroup() |
XSModelGroupDecl |
asModelGroupDecl() |
XSWildcard |
asWildcard() |
XSModelGroup |
getModelGroup()
Gets the body of this declaration.
|
XSTerm |
getTerm()
Obtains a reference as a term.
|
boolean |
isElementDecl() |
boolean |
isModelGroup() |
boolean |
isModelGroupDecl() |
boolean |
isWildcard() |
void |
redefine(ModelGroupDeclImpl oldMG)
This component is a redefinition of "oldMG".
|
void |
visit(XSTermVisitor visitor) |
void |
visit(XSVisitor visitor)
Accepts a visitor.
|
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle
private final ModelGroupImpl modelGroup
public ModelGroupDeclImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _targetNamespace, java.lang.String _name, ModelGroupImpl _modelGroup)
public XSModelGroup getModelGroup()
XSModelGroupDecl
getModelGroup
in interface XSModelGroupDecl
public void redefine(ModelGroupDeclImpl oldMG)
public void visit(XSVisitor visitor)
XSComponent
visit
in interface XSComponent
public void visit(XSTermVisitor visitor)
public java.lang.Object apply(XSTermFunction function)
public <T,P> T apply(XSTermFunctionWithParam<T,P> function, P param)
public java.lang.Object apply(XSFunction function)
XSComponent
apply
in interface XSComponent
public boolean isWildcard()
isWildcard
in interface XSTerm
public boolean isModelGroupDecl()
isModelGroupDecl
in interface XSTerm
public boolean isModelGroup()
isModelGroup
in interface XSTerm
public boolean isElementDecl()
isElementDecl
in interface XSTerm
public XSWildcard asWildcard()
asWildcard
in interface XSTerm
public XSModelGroupDecl asModelGroupDecl()
asModelGroupDecl
in interface XSTerm
public XSModelGroup asModelGroup()
asModelGroup
in interface XSTerm
public XSElementDecl asElementDecl()
asElementDecl
in interface XSTerm