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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
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
-
Field Details
-
endOffset
int endOffset
-
-
Constructor Details
-
YamlFrontMatterVisitor
public YamlFrontMatterVisitor()
-
-
Method Details
-
visit
public void visit(com.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterBlock node) - Specified by:
visit
in interfacecom.vladsch.flexmark.ext.yaml.front.matter.YamlFrontMatterVisitor
- Overrides:
visit
in 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
-