Class AttributeDeclExp

All Implemented Interfaces:
Serializable

public class AttributeDeclExp extends ReferenceExp
global attribute declaration. The exp field of this object is not much useful.
See Also:
  • Field Details

    • self

      public AttributeExp self
      actual definition. This expression contains meaningful information.
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
  • Constructor Details

    • 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).
  • Method Details