Interface EditedAttribute


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface EditedAttribute
Edited attribute information, like QName, element's QName and the proxy namespace mapping.
  • Method Details

    • getAttributeQName

      String getAttributeQName()
      The attribute QName.
      Returns:
      The attribute QName.
    • getParentElementQName

      String getParentElementQName()
      The parent element QName.
      Returns:
      The parent element qname.
    • getProxyNamespaceMapping

      ProxyNamespaceMapping getProxyNamespaceMapping()
      The proxy namespace mapping.
      Returns:
      The proxy namespace mapping.
    • getValue

      String getValue()
      The attribute value.
      Returns:
      The attribute value.