- tag(String) - Static method in class org.markdownj.HTMLToken
-
- text(String) - Static method in class org.markdownj.HTMLToken
-
- TextEditor - Class in org.markdownj
-
Mutable String with common operations used in Markdown processing.
- TextEditor(CharSequence) - Constructor for class org.markdownj.TextEditor
-
Create a new TextEditor based on the contents of a String or
StringBuffer.
- tokenizeHTML() - Method in class org.markdownj.TextEditor
-
Parse HTML tags, returning a Collection of HTMLToken objects.
- toString() - Method in class org.markdownj.CharacterProtector
-
- toString() - Method in class org.markdownj.HTMLToken
-
- toString() - Method in class org.markdownj.LinkDefinition
-
- toString() - Method in class org.markdownj.MarkdownProcessor
-
- toString() - Method in class org.markdownj.TextEditor
-
Give up the contents of the TextEditor.
- trim() - Method in class org.markdownj.TextEditor
-
Remove leading and trailing space from the start and end of the buffer.