com.sun.msv.grammar.xmlschema
public class AttributeGroupExp extends RedefinableExp implements AttWildcardExp
| Field Summary | |
|---|---|
| AttributeWildcard | wildcard
Attribute wild card constraint.
|
| Constructor Summary | |
|---|---|
| AttributeGroupExp(String typeLocalName)
name of this attribute group declaration.
| |
| Method Summary | |
|---|---|
| AttributeWildcard | getAttributeWildcard() |
| RedefinableExp | getClone() clone this object. |
| void | redefine(RedefinableExp _rhs) |
| void | setAttributeWildcard(AttributeWildcard local) |
Due to the nasty definition of the interaction between attribute wildcards, we cannot add the expression for validating wildcard until the very last moment.
In any way, AttribtueGroupExp will NOT contain the expression
corresponding to the wildcard. Only ComplexTypeExp will get
that expression.
Until the wrap-up phase of the schema parsing, this field will contain the "local wildcard definition." In the wrap-up phase, this field is replaced by the "complete wildcard definition."