Class AttributeDeclExp

  • All Implemented Interfaces:
    java.io.Serializable

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

      • self

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

      • AttributeDeclExp

        public AttributeDeclExp​(java.lang.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).