Package com.teamten.markdown
Class Span
java.lang.Object
com.teamten.markdown.Span
- Direct Known Subclasses:
FootnoteSpan,ImageSpan,IndexSpan,LabelSpan,PageRefSpan,SectionName,ShortenedSpan,TextSpan
Superclass of all spans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessText(String locale) Convert apostrophes, quotes, etc.
-
Constructor Details
-
Span
public Span()
-
-
Method Details
-
postProcessText
Convert apostrophes, quotes, etc.- Parameters:
locale- the locale being processed ("en_US", "fr", etc.).
-