Interface IdBearing


  • public interface IdBearing
    Interface for element having a @xml:id attribute.
    • Field Detail

      • XML_ID_ATTR_NAME

        static final QName XML_ID_ATTR_NAME
        The xml:id qualified attribute name.
    • Method Detail

      • getXMLId

        @Nullable
        String getXMLId()
        Returns the @xml:id attribute value.
        Returns:
        The @xml:id attribute value or null.
      • setXMLId

        void setXMLId​(@Nullable
                      String newId)
        Sets the @xml:id attribute value.
        Parameters:
        newId - The @xml:id attribute value