Class MarkdownToken
- java.lang.Object
-
- net.sf.okapi.filters.markdown.parser.MarkdownToken
-
public class MarkdownToken extends Object
-
-
Constructor Summary
Constructors Constructor Description MarkdownToken(String content, boolean isTranslatable, MarkdownTokenType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()MarkdownTokenTypegetType()booleanisTranslatable()voidsetContent(String content)voidsetTranslatable(boolean isTranslatable)voidsetType(MarkdownTokenType type)StringtoString()
-
-
-
Constructor Detail
-
MarkdownToken
public MarkdownToken(String content, boolean isTranslatable, MarkdownTokenType type)
-
-
Method Detail
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
isTranslatable
public boolean isTranslatable()
-
setTranslatable
public void setTranslatable(boolean isTranslatable)
-
getType
public MarkdownTokenType getType()
-
setType
public void setType(MarkdownTokenType type)
-
-