Class XLinkSchema.XLinkAttribute

    • Constructor Detail

      • XLinkAttribute

        protected XLinkAttribute()
    • Method Detail

      • getNamespace

        public URI getNamespace()
        Specified by:
        getNamespace in interface Attribute
        See Also:
        schema.Attribute#getNameSpace()
      • getDefault

        public String getDefault()
        Description copied from interface: Attribute
        This is intended to imitate the default value option provided in the declaration of an XML Schema attribute.
        Specified by:
        getDefault in interface Attribute
        Returns:
        Default Value as a String or Null
        See Also:
        schema.Attribute#getDefault()
      • isForm

        public boolean isForm()
        Description copied from interface: Attribute
        Intended to represent the form of an XML attribute. This method should return True when the attribute is "qualified".
        Specified by:
        isForm in interface Attribute
        See Also:
        schema.Attribute#isForm()
      • getId

        public String getId()
        Description copied from interface: Attribute
        The Schema ID for this attribute definition.
        Specified by:
        getId in interface Attribute
        See Also:
        schema.Attribute#getId()