Interface MarkupAttributes

    • Method Detail

      • setMarkupAttribute

        void setMarkupAttribute​(java.lang.String name,
                                java.lang.String value)
        Sets the specified attribute.
        Parameters:
        name - String attribute name.
        value - String attribute value.
      • setMarkupAttributes

        void setMarkupAttributes​(java.util.Properties markupAttributes)
        Sets the markupAttributes.
        Parameters:
        markupAttributes - a Properties-object containing markupattributes
      • getMarkupAttribute

        java.lang.String getMarkupAttribute​(java.lang.String name)
        Returns the value of the specified attribute.
        Parameters:
        name - String attribute name.
        Returns:
        String.
      • getMarkupAttributeNames

        java.util.Set getMarkupAttributeNames()
        Returns a Set of String attribute names for the MarkupAttributes implementor.
        Returns:
        Set.
      • getMarkupAttributes

        java.util.Properties getMarkupAttributes()
        Return a Properties-object containing all the markupAttributes.
        Returns:
        Properties