Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
H
I
L
M
O
P
R
T
A
append(CharSequence)
- Method in class com.petebevin.markdown.
TextEditor
Add a string to the end of the buffer.
C
chain(Reader)
- Method in class com.petebevin.markdown.
MarkdownFilter
Creates a new MarkdownFilter using the passed in Reader for instantiation.
com.petebevin.markdown
- package com.petebevin.markdown
D
decode(String)
- Static method in class com.petebevin.markdown.
HTMLDecoder
deleteAll(String)
- Method in class com.petebevin.markdown.
TextEditor
Remove all occurrences of the given regex pattern, replacing them with the empty string.
detabify()
- Method in class com.petebevin.markdown.
TextEditor
Convert tabs to spaces given the default tab width of 4 spaces.
detabify(int)
- Method in class com.petebevin.markdown.
TextEditor
Convert tabs to spaces.
G
getText()
- Method in class com.petebevin.markdown.
HTMLToken
getTitle()
- Method in class com.petebevin.markdown.
LinkDefinition
getUrl()
- Method in class com.petebevin.markdown.
LinkDefinition
H
HTMLDecoder
- Class in
com.petebevin.markdown
HTMLDecoder()
- Constructor for class com.petebevin.markdown.
HTMLDecoder
HTMLToken
- Class in
com.petebevin.markdown
I
indent(int)
- Method in class com.petebevin.markdown.
TextEditor
Introduce a number of spaces at the start of each line.
isEmpty()
- Method in class com.petebevin.markdown.
TextEditor
Find out whether the buffer is empty.
isTag()
- Method in class com.petebevin.markdown.
HTMLToken
L
LinkDefinition
- Class in
com.petebevin.markdown
LinkDefinition(String, String)
- Constructor for class com.petebevin.markdown.
LinkDefinition
M
main(String[])
- Static method in class com.petebevin.markdown.
MarkdownProcessor
markdown(String)
- Method in class com.petebevin.markdown.
MarkdownProcessor
Perform the conversion from Markdown to HTML.
MarkdownFilter
- Class in
com.petebevin.markdown
Provides a Markdown-based FilterReader suitable for use by Ant.
MarkdownFilter()
- Constructor for class com.petebevin.markdown.
MarkdownFilter
Constructor for "dummy" instances.
MarkdownFilter(Reader)
- Constructor for class com.petebevin.markdown.
MarkdownFilter
Creates a new filtered reader.
MarkdownProcessor
- Class in
com.petebevin.markdown
Convert Markdown text into HTML, as per http://daringfireball.net/projects/markdown/ .
MarkdownProcessor()
- Constructor for class com.petebevin.markdown.
MarkdownProcessor
Creates a new Markdown processor.
O
outdent(int)
- Method in class com.petebevin.markdown.
TextEditor
Remove a number of spaces at the start of each line.
outdent()
- Method in class com.petebevin.markdown.
TextEditor
Remove one tab width (4 spaces) from the start of each line.
P
prepend(CharSequence)
- Method in class com.petebevin.markdown.
TextEditor
Add a string to the start of the first line of the buffer.
R
read()
- Method in class com.petebevin.markdown.
MarkdownFilter
Returns the next character in the filtered stream, after performing the Markdown processing
replaceAll(String, String)
- Method in class com.petebevin.markdown.
TextEditor
Replace all occurrences of the regular expression with the replacement.
replaceAll(Pattern, Replacement)
- Method in class com.petebevin.markdown.
TextEditor
Replace all occurrences of the Pattern.
replaceAllLiteral(String, String)
- Method in class com.petebevin.markdown.
TextEditor
Same as replaceAll(String, String), but does not interpret $1, $2 etc.
Replacement
- Interface in
com.petebevin.markdown
replacement(Matcher)
- Method in interface com.petebevin.markdown.
Replacement
runBlockGamut(TextEditor)
- Method in class com.petebevin.markdown.
MarkdownProcessor
runSpanGamut(TextEditor)
- Method in class com.petebevin.markdown.
MarkdownProcessor
T
tag(String)
- Static method in class com.petebevin.markdown.
HTMLToken
text(String)
- Static method in class com.petebevin.markdown.
HTMLToken
TextEditor
- Class in
com.petebevin.markdown
Mutable String with common operations used in Markdown processing.
TextEditor(CharSequence)
- Constructor for class com.petebevin.markdown.
TextEditor
Create a new TextEditor based on the contents of a String or StringBuffer.
tokenizeHTML()
- Method in class com.petebevin.markdown.
TextEditor
Parse HTML tags, returning a Collection of HTMLToken objects.
toString()
- Method in class com.petebevin.markdown.
HTMLToken
toString()
- Method in class com.petebevin.markdown.
LinkDefinition
toString()
- Method in class com.petebevin.markdown.
MarkdownProcessor
toString()
- Method in class com.petebevin.markdown.
TextEditor
Give up the contents of the TextEditor.
trim()
- Method in class com.petebevin.markdown.
TextEditor
Remove leading and trailing space from the start and end of the buffer.
A
C
D
G
H
I
L
M
O
P
R
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.