Class YamlFrontMatterVisitor

  • All Implemented Interfaces:
    com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterVisitor

    public class YamlFrontMatterVisitor
    extends com.vladsch.flexmark.ext.yaml.front.matter.AbstractYamlFrontMatterVisitor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int endOffset  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEndOffset()  
      void visit​(com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterBlock node)  
      • Methods inherited from class com.vladsch.flexmark.ext.yaml.front.matter.AbstractYamlFrontMatterVisitor

        getData, visit, visit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • endOffset

        int endOffset
    • Constructor Detail

      • YamlFrontMatterVisitor

        public YamlFrontMatterVisitor()
    • Method Detail

      • visit

        public void visit​(com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterBlock node)
        Specified by:
        visit in interface com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterVisitor
        Overrides:
        visit in class com.vladsch.flexmark.ext.yaml.front.matter.AbstractYamlFrontMatterVisitor
      • getEndOffset

        public int getEndOffset()
        Returns:
        the end of the YAML front matter metadata in the input source