Class AttributeExp

java.lang.Object
com.sun.msv.grammar.Expression
com.sun.msv.grammar.AttributeExp
All Implemented Interfaces:
NameClassAndExpression, Serializable

public class AttributeExp extends Expression implements NameClassAndExpression
Attribute declaration.

Attribute declaration consists of a NameClass that verifies attribute name and an Expression that verifies the value of the attribute.

Author:
Kohsuke KAWAGUCHI
See Also: