Interface NodeAttributeProviderState<T extends com.vladsch.flexmark.util.ast.Node>

    • Method Detail

      • setAttributes

        void setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes,
                           T node)
        Sets node's attributes.
        Parameters:
        attributes - node attributes.
        node - the specific node in which the attributes are going to be set.