com.sun.msv.grammar.xmlschema
Class AttributeGroupExp
java.lang.Object
|
+--com.sun.msv.grammar.Expression
|
+--com.sun.msv.grammar.ReferenceExp
|
+--com.sun.msv.grammar.xmlschema.RedefinableExp
|
+--com.sun.msv.grammar.xmlschema.AttributeGroupExp
- All Implemented Interfaces:
- Serializable
- public class AttributeGroupExp
- extends RedefinableExp
attribute group declaration.
the inherited exp field contains the attributes defined in this declaration.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
AttributeGroupExp
public AttributeGroupExp(String typeLocalName)
- name of this attribute group declaration.
According to the spec, the name must be unique within one schema
(in our object model, one XMLSchemaSchema object).
getClone
public RedefinableExp getClone()
- clone this object.
- Overrides:
getClone
in class RedefinableExp