org.jbind.xml.core.content
Interface IElemWildcard

All Superinterfaces:
IComponent, IContentDesc, IDataDesc, IDefaultTextContentProvider, IElemDesc, IHasBindingAttributes, IHasLocation, IHasRange, IPartWildcard, ISourceInfo
All Known Implementing Classes:
ElemWildcard

public interface IElemWildcard
extends IElemDesc, IPartWildcard


Method Summary
 IWildcard getWildcard()
           
 
Methods inherited from interface org.jbind.xml.core.content.IElemDesc
checkIdentityConstraints, isAbstract, isNillable
 
Methods inherited from interface org.jbind.xml.core.content.IContentDesc
addToParent, collectElemDescs, createUseState, createUseStateProxy, getDesc, getMaxOccurs, getMinOccurs, getRange, isEmptiable, isUnbounded, replaceSubstitutions
 
Methods inherited from interface org.jbind.xml.core.cmp.IComponent
accept, addSubComponent, getBindings, getGlobalRef, getName, getNamespace, getParentComponent, getSymbolspace, isAnonymous, isReference, isTopLevelComponent, setBindings, setParentComponent, validate
 
Methods inherited from interface org.jbind.xml.core.cmp.ISourceInfo
getAnnotation, getPrefixToNamespaceMapping
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 
Methods inherited from interface org.jbind.xml.base.IHasBindingAttributes
getBindingAttribute, getDefaultedLocalBindingAttribute, getDefaultedLocalStringBindingAttribute, getLocalBindingAttribute, getLocalStringBindingAttribute, getStringBindingAttribute
 
Methods inherited from interface org.jbind.xml.base.IHasRange
getRange
 
Methods inherited from interface org.jbind.xml.core.content.IDataDesc
checkValueConstraints, createData, createEmptyData, createUncheckedData, getDefault, getFixed, getType, isActive, isActive
 
Methods inherited from interface org.jbind.xml.core.bridge.IDefaultTextContentProvider
getDefaultTextContent
 

Method Detail

getWildcard

public IWildcard getWildcard()
Specified by:
getWildcard in interface IPartWildcard