Interface XMLAttribute<RC,WC>

All Superinterfaces:
Feature, XMLComponent<RC,WC>
All Known Implementing Classes:
XMLAttribute.DefaultXMLAttribute

public interface XMLAttribute<RC,WC> extends XMLComponent<RC,WC>
Encapsulates an attribute of an XML element.
  • Method Details

    • getName

      QName getName()
      Returns the qualified name of this attribute.
      Returns:
      the qualified name of this attribute.
    • getReader

      XMLAttributeReader<RC> getReader()
      Description copied from interface: XMLComponent
      Returns the reader of this XML component.
      Specified by:
      getReader in interface XMLComponent<RC,WC>
      Returns:
      the reader of this XML component.
    • getUsage

      XMLUsage getUsage()
      Returns the usage of this XML attribute.
      Returns:
      the usage of this XML attribute.