com.sun.msv.grammar.xmlschema
Class AttributeDeclExp
- Serializable
public class AttributeDeclExp
global attribute declaration.
The exp field of this object is not much useful.
equals , getExpandedExp , hashCode , isEpsilonReducible , peelOccurence , visit , visit , visit , visit , visit , visit , visit , visit |
self
public AttributeExp self
actual definition. This expression contains meaningful information.
AttributeDeclExp
public AttributeDeclExp(String typeLocalName)
name of this attribute declaration.
According to the spec, the name must be unique within one schema
(in our object model, one XMLSchemaSchema object).