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

com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterVisitor Maven / Gradle / Ivy

The newest version!
package com.vladsch.flexmark.ext.yaml.front.matter;

public interface YamlFrontMatterVisitor {
  void visit(YamlFrontMatterNode node);

  void visit(YamlFrontMatterBlock node);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy