Package com.teamten.markdown
Class IndexSpan
java.lang.Object
com.teamten.markdown.Span
com.teamten.markdown.IndexSpan
Stores an index reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSpan
fromBarSeparatedEntries
(String entries) Create an index span from a single string, where the entries are separated by bars (|).Return the entries, where the first entry is the primary one, the second is the subentry, etc.void
postProcessText
(String locale) Convert apostrophes, quotes, etc.
-
Constructor Details
-
IndexSpan
-
-
Method Details
-
fromBarSeparatedEntries
Create an index span from a single string, where the entries are separated by bars (|). -
getEntries
Return the entries, where the first entry is the primary one, the second is the subentry, etc. -
postProcessText
Description copied from class:Span
Convert apostrophes, quotes, etc.- Overrides:
postProcessText
in classSpan
- Parameters:
locale
- the locale being processed ("en_US", "fr", etc.).
-