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

com.vladsch.flexmark.ext.youtube.embedded.YouTubeLinkVisitor Maven / Gradle / Ivy

There is a newer version: 0.64.8
Show newest version
package com.vladsch.flexmark.ext.youtube.embedded;

public interface YouTubeLinkVisitor {
    void visit(YouTubeLink node);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy