Class AttributeImpl

All Implemented Interfaces:
XMLObject, SAMLObject, Attribute, AttributeDesignator

public class AttributeImpl extends AttributeDesignatorImpl implements Attribute
A Concrete implementation of the Attribute Interface.
  • Field Details

  • Constructor Details

    • AttributeImpl

      protected AttributeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details