com.vladsch.flexmark.ext.youtube.embedded.YouTubeLinkVisitor Maven / Gradle / Ivy
package com.vladsch.flexmark.ext.youtube.embedded;
public interface YouTubeLinkVisitor {
void visit(YouTubeLink node);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy