Class YamlFrontMatterVisitor
- java.lang.Object
-
- com.vladsch.flexmark.ext.yaml.front.matter.AbstractYamlFrontMatterVisitor
-
- org.apache.maven.doxia.module.markdown.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) intendOffset
-
Constructor Summary
Constructors Constructor Description YamlFrontMatterVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEndOffset()voidvisit(com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterBlock node)
-
-
-
Method Detail
-
visit
public void visit(com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterBlock node)
- Specified by:
visitin interfacecom.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterVisitor- Overrides:
visitin classcom.vladsch.flexmark.ext.yaml.front.matter.AbstractYamlFrontMatterVisitor
-
getEndOffset
public int getEndOffset()
- Returns:
- the end of the YAML front matter metadata in the input source
-
-