All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenpepper.shaded.com.vladsch.flexmark.ast.util.AttributeProvidingVisitor Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.shaded.com.vladsch.flexmark.ast.util;

import com.greenpepper.shaded.com.vladsch.flexmark.ast.Node;
import com.greenpepper.shaded.com.vladsch.flexmark.ast.NodeAdaptingVisitor;
import com.greenpepper.shaded.com.vladsch.flexmark.html.renderer.AttributablePart;
import com.greenpepper.shaded.com.vladsch.flexmark.util.html.Attributes;

public interface AttributeProvidingVisitor extends NodeAdaptingVisitor {
    void setAttributes(N node, AttributablePart part, Attributes attributes);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy