A B C D E F G H I K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - com.github.rjeschke.txtmark.HTMLElement
- abbr - com.github.rjeschke.txtmark.HTMLElement
- acronym - com.github.rjeschke.txtmark.HTMLElement
- addLinkRef(String, LinkRef) - Method in class com.github.rjeschke.txtmark.Emitter
-
Adds a LinkRef to this set of LinkRefs.
- address - com.github.rjeschke.txtmark.HTMLElement
- allowSpacesInFencedDelimiters - Variable in class com.github.rjeschke.txtmark.Configuration
- allowSpacesInFencedDelimiters - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- append(StringBuilder, List<String>) - Static method in class com.github.rjeschke.txtmark.cmd.CodeBlockEmitter
- appendCode(StringBuilder, String, int, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Appends the given string encoding special HTML characters.
- appendDecEntity(StringBuilder, char) - Static method in class com.github.rjeschke.txtmark.Utils
-
Append the given char as a decimal HTML entity.
- appendHexEntity(StringBuilder, char) - Static method in class com.github.rjeschke.txtmark.Utils
-
Append the given char as a hexadecimal HTML entity.
- appendLine(Line) - Method in class com.github.rjeschke.txtmark.Block
-
Appends the given line to this block.
- appendMailto(StringBuilder, String, int, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Appends the given mailto link using obfuscation.
- appendValue(StringBuilder, String, int, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Appends the given string encoding special HTML characters (used in HTML attribute values).
- applet - com.github.rjeschke.txtmark.HTMLElement
- area - com.github.rjeschke.txtmark.HTMLElement
- Arg(CmdArgument, Object, Field) - Constructor for class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
B
- b - com.github.rjeschke.txtmark.HTMLElement
- base - com.github.rjeschke.txtmark.HTMLElement
- basefont - com.github.rjeschke.txtmark.HTMLElement
- bdo - com.github.rjeschke.txtmark.HTMLElement
- big - com.github.rjeschke.txtmark.HTMLElement
- Block - Class in com.github.rjeschke.txtmark
-
This class represents a block of lines.
- Block() - Constructor for class com.github.rjeschke.txtmark.Block
-
Constructor.
- BLOCK_ELEMENTS - Static variable in class com.github.rjeschke.txtmark.HTML
-
HTML block level elements.
- BlockEmitter - Interface in com.github.rjeschke.txtmark
-
Block emitter interface.
- blockquote - com.github.rjeschke.txtmark.HTMLElement
- BLOCKQUOTE - com.github.rjeschke.txtmark.BlockType
-
A block quote.
- blocks - Variable in class com.github.rjeschke.txtmark.Block
-
Head and tail of child blocks.
- blockTail - Variable in class com.github.rjeschke.txtmark.Block
-
Head and tail of child blocks.
- BlockType - Enum in com.github.rjeschke.txtmark
-
Block type enum.
- BlockType() - Constructor for enum com.github.rjeschke.txtmark.BlockType
- body - com.github.rjeschke.txtmark.HTMLElement
- BOOL - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- BOOL_FALSE - Static variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser
- BOOL_TRUE - Static variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser
- BQUOTE - com.github.rjeschke.txtmark.LineType
-
A block quote.
- br - com.github.rjeschke.txtmark.HTMLElement
- build() - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Builds a configuration instance.
- builder() - Static method in class com.github.rjeschke.txtmark.Configuration
-
Creates a new Builder instance.
- Builder() - Constructor for class com.github.rjeschke.txtmark.Configuration.Builder
-
Constructor.
- button - com.github.rjeschke.txtmark.HTMLElement
- BYTE - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
C
- caption - com.github.rjeschke.txtmark.HTMLElement
- catchAll - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- catchAll() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
Set to
trueto set this as a catch-all argument. - checkEntity(StringBuilder, String, int) - Static method in class com.github.rjeschke.txtmark.Emitter
-
Check if this is a valid XML/HTML entity.
- checkHtml(StringBuilder, String, int) - Method in class com.github.rjeschke.txtmark.Emitter
-
Check if there is a valid HTML tag here.
- checkHTML() - Method in class com.github.rjeschke.txtmark.Line
-
Checks for a valid HTML block.
- checkLink(StringBuilder, String, int, MarkToken) - Method in class com.github.rjeschke.txtmark.Emitter
-
Checks if there is a valid markdown link definition.
- cite - com.github.rjeschke.txtmark.HTMLElement
- Classes() - Constructor for class com.github.rjeschke.txtmark.cmd.CmdLineParser.Classes
- closeBlockquote(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a blockquote is closed.
- closeBlockquote(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeCodeBlock(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a code block is closed.
- closeCodeBlock(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeCodeSpan(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a code span is closed.
- closeCodeSpan(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeEmphasis(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an emphasis span is closed.
- closeEmphasis(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeHeadline(StringBuilder, int) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a headline is closed.
- closeHeadline(StringBuilder, int) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeImage(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an image is closed.
- closeImage(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeLink(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a link is closed
- closeLink(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeListItem(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a list item is closed.
- closeListItem(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeOrderedList(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an ordered list is closed.
- closeOrderedList(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeParagraph(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a paragraph is closed.
- closeParagraph(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeStrong(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a strong span is closed.
- closeStrong(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeSuper(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a superscript span is closed.
- closeSuper(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- closeUnorderedList(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an unordered list is closed.
- closeUnorderedList(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- CmdArgument - Annotation Type in com.github.rjeschke.txtmark.cmd
-
Annotation for command line parsing.
- CmdLineParser - Class in com.github.rjeschke.txtmark.cmd
-
Generic command line parser.
- CmdLineParser() - Constructor for class com.github.rjeschke.txtmark.cmd.CmdLineParser
- CmdLineParser.Arg - Class in com.github.rjeschke.txtmark.cmd
- CmdLineParser.Classes - Class in com.github.rjeschke.txtmark.cmd
- CmdLineParser.Colls - Class in com.github.rjeschke.txtmark.cmd
- CmdLineParser.Once<T> - Class in com.github.rjeschke.txtmark.cmd
- CmdLineParser.Strings - Class in com.github.rjeschke.txtmark.cmd
- CmdLineParser.Type - Enum in com.github.rjeschke.txtmark.cmd
- code - com.github.rjeschke.txtmark.HTMLElement
- CODE - com.github.rjeschke.txtmark.BlockType
-
A code block.
- CODE - com.github.rjeschke.txtmark.LineType
-
A code block line.
- CODE_DOUBLE - com.github.rjeschke.txtmark.MarkToken
-
``
- CODE_SINGLE - com.github.rjeschke.txtmark.MarkToken
-
`
- codeBlockEmitter - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- codeBlockEmitter - Variable in class com.github.rjeschke.txtmark.Configuration
- CodeBlockEmitter - Class in com.github.rjeschke.txtmark.cmd
- CodeBlockEmitter(String, String) - Constructor for class com.github.rjeschke.txtmark.cmd.CodeBlockEmitter
- codeEncode(StringBuilder, String, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Appends the given string to the given StringBuilder, replacing '&', '<' and '>' by their respective HTML entities.
- col - com.github.rjeschke.txtmark.HTMLElement
- colgroup - com.github.rjeschke.txtmark.HTMLElement
- Colls() - Constructor for class com.github.rjeschke.txtmark.cmd.CmdLineParser.Colls
- com.github.rjeschke.txtmark - package com.github.rjeschke.txtmark
- com.github.rjeschke.txtmark.cmd - package com.github.rjeschke.txtmark.cmd
- compareTo(CmdLineParser.Arg) - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- config - Variable in class com.github.rjeschke.txtmark.Emitter
-
The configuration.
- config - Variable in class com.github.rjeschke.txtmark.Processor
-
The Configuration.
- Configuration - Class in com.github.rjeschke.txtmark
-
Txtmark configuration.
- Configuration(boolean, String, Decorator, BlockEmitter, boolean, SpanEmitter, boolean, boolean) - Constructor for class com.github.rjeschke.txtmark.Configuration
-
Constructor.
- Configuration.Builder - Class in com.github.rjeschke.txtmark
-
Configuration builder.
- countChars(char) - Method in class com.github.rjeschke.txtmark.Line
-
Counts the amount of 'ch' in this line.
- countCharsStart(char, boolean) - Method in class com.github.rjeschke.txtmark.Line
-
Counts the amount of 'ch' at the start of this line optionally ignoring spaces.
D
- dd - com.github.rjeschke.txtmark.HTMLElement
- decodeMap - Static variable in class com.github.rjeschke.txtmark.HTML
-
Entity to character decoding map.
- decorator - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- decorator - Variable in class com.github.rjeschke.txtmark.Configuration
- Decorator - Interface in com.github.rjeschke.txtmark
-
Decorator interface.
- DEFAULT - Static variable in class com.github.rjeschke.txtmark.Configuration
-
This is the default configuration for txtmark's
processmethods - DEFAULT_SAFE - Static variable in class com.github.rjeschke.txtmark.Configuration
-
Default safe configuration
- DefaultDecorator - Class in com.github.rjeschke.txtmark
-
Default Decorator implementation.
- DefaultDecorator() - Constructor for class com.github.rjeschke.txtmark.DefaultDecorator
-
Constructor.
- defaultToString(Object, CmdLineParser.Type, CmdLineParser.Arg) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser
- del - com.github.rjeschke.txtmark.HTMLElement
- desc - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- desc() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
A description for this argument.
- dfn - com.github.rjeschke.txtmark.HTMLElement
- div - com.github.rjeschke.txtmark.HTMLElement
- dl - com.github.rjeschke.txtmark.HTMLElement
- DOUBLE - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- dt - com.github.rjeschke.txtmark.HTMLElement
E
- em - com.github.rjeschke.txtmark.HTMLElement
- EM_STAR - com.github.rjeschke.txtmark.MarkToken
-
*
- EM_UNDERSCORE - com.github.rjeschke.txtmark.MarkToken
-
_
- emit(StringBuilder, Block) - Method in class com.github.rjeschke.txtmark.Emitter
-
Transforms the given block recursively into HTML.
- emitBlock(StringBuilder, List<String>, String) - Method in interface com.github.rjeschke.txtmark.BlockEmitter
-
This method is responsible for outputting a markdown block and for any needed pre-processing like escaping HTML special characters.
- emitBlock(StringBuilder, List<String>, String) - Method in class com.github.rjeschke.txtmark.cmd.CodeBlockEmitter
- emitCodeLines(StringBuilder, Line, String, boolean) - Method in class com.github.rjeschke.txtmark.Emitter
-
Writes a code block into the StringBuilder.
- emitLines(StringBuilder, Block) - Method in class com.github.rjeschke.txtmark.Emitter
-
Transforms lines into HTML.
- emitMarkedLines(StringBuilder, Line) - Method in class com.github.rjeschke.txtmark.Emitter
-
Writes a set of markdown lines into the StringBuilder.
- emitRawLines(StringBuilder, Line) - Method in class com.github.rjeschke.txtmark.Emitter
-
Writes a set of raw lines into the StringBuilder.
- emitSpan(StringBuilder, String) - Method in interface com.github.rjeschke.txtmark.SpanEmitter
-
Emits a span element.
- emitter - Variable in class com.github.rjeschke.txtmark.Processor
-
The emitter.
- Emitter - Class in com.github.rjeschke.txtmark
-
Emitter class responsible for generating HTML output.
- Emitter(Configuration) - Constructor for class com.github.rjeschke.txtmark.Emitter
-
Constructor.
- EMPTY - com.github.rjeschke.txtmark.LineType
-
Empty line.
- enablePanicMode() - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
This allows you to enable 'panicMode'.
- enableSafeMode() - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Enables HTML safe mode.
- encodeMap - Static variable in class com.github.rjeschke.txtmark.HTML
-
Character to entity encoding map.
- encoding - Variable in class com.github.rjeschke.txtmark.cmd.CodeBlockEmitter
- encoding - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- encoding - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- encoding - Variable in class com.github.rjeschke.txtmark.Configuration
- ENTITY - com.github.rjeschke.txtmark.MarkToken
-
&
- ENTITY_CHARS - Static variable in class com.github.rjeschke.txtmark.HTML
-
Characters corresponding to ENTITY_NAMES.
- ENTITY_NAMES - Static variable in class com.github.rjeschke.txtmark.HTML
-
List of valid HTML/XML entity names.
- equals(Object) - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- escape(StringBuilder, char, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Processed the given escape sequence.
- ESCAPE - com.github.rjeschke.txtmark.MarkToken
-
\
- escapedAdd(StringBuilder, String) - Static method in class com.github.rjeschke.txtmark.cmd.HlUtils
- expandListParagraphs() - Method in class com.github.rjeschke.txtmark.Block
-
Changes all Blocks of type
NONEtoPARAGRAPHif this Block is a List and any of the ListItems contains a paragraph.
F
- FENCED_CODE - com.github.rjeschke.txtmark.BlockType
-
A fenced code block.
- FENCED_CODE - com.github.rjeschke.txtmark.LineType
-
Fenced code block start/end
- field - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- fieldset - com.github.rjeschke.txtmark.HTMLElement
- findToken(String, int, MarkToken) - Method in class com.github.rjeschke.txtmark.Emitter
-
Finds the position of the given Token in the given String.
- first - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Once
- FLOAT - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- font - com.github.rjeschke.txtmark.HTMLElement
- forceExtendedProfile - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- forceExtendedProfile - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- forceExtendedProfile - Variable in class com.github.rjeschke.txtmark.Configuration
- forceExtentedProfile() - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Forces extened profile to be enabled by default.
- form - com.github.rjeschke.txtmark.HTMLElement
- frame - com.github.rjeschke.txtmark.HTMLElement
- frameset - com.github.rjeschke.txtmark.HTMLElement
G
- generateHelp(int, boolean, Object...) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser
-
Generates a formatted help (Unix-style) for the given argument objects.
- get() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Once
- getLineType(Configuration) - Method in class com.github.rjeschke.txtmark.Line
-
Gets this line's type.
- getMetaFromFence(String) - Static method in class com.github.rjeschke.txtmark.Utils
-
Removes trailing
`or~and trims spaces. - getResolvedType() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- getToken(String, int) - Method in class com.github.rjeschke.txtmark.Emitter
-
Check if there is any markdown Token.
- getTypeFor(Class<?>) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser
- getXMLTag(StringBuilder, String) - Static method in class com.github.rjeschke.txtmark.Utils
-
Extracts the tag from an XML element.
- getXMLTag(StringBuilder, StringBuilder) - Static method in class com.github.rjeschke.txtmark.Utils
-
Extracts the tag from an XML element.
H
- h1 - com.github.rjeschke.txtmark.HTMLElement
- h2 - com.github.rjeschke.txtmark.HTMLElement
- h3 - com.github.rjeschke.txtmark.HTMLElement
- h4 - com.github.rjeschke.txtmark.HTMLElement
- h5 - com.github.rjeschke.txtmark.HTMLElement
- h6 - com.github.rjeschke.txtmark.HTMLElement
- hashCode() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- hasLines() - Method in class com.github.rjeschke.txtmark.Block
- head - com.github.rjeschke.txtmark.HTMLElement
- HEADLINE - com.github.rjeschke.txtmark.BlockType
-
A headline.
- HEADLINE - com.github.rjeschke.txtmark.LineType
-
A markdown headline.
- HEADLINE1 - com.github.rjeschke.txtmark.LineType
- HEADLINE2 - com.github.rjeschke.txtmark.LineType
- highlight(List<String>, String, String, String) - Static method in class com.github.rjeschke.txtmark.cmd.HlUtils
- highlighter - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- hlDepth - Variable in class com.github.rjeschke.txtmark.Block
-
Depth of headline BlockType.
- HlUtils - Class in com.github.rjeschke.txtmark.cmd
- HlUtils() - Constructor for class com.github.rjeschke.txtmark.cmd.HlUtils
- horizontalRuler(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a horizontal ruler is encountered.
- horizontalRuler(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- hr - com.github.rjeschke.txtmark.HTMLElement
- HR - com.github.rjeschke.txtmark.LineType
-
A horizontal ruler.
- html - com.github.rjeschke.txtmark.HTMLElement
- HTML - Class in com.github.rjeschke.txtmark
-
HTML utility class.
- HTML - com.github.rjeschke.txtmark.MarkToken
-
<
- HTML() - Constructor for class com.github.rjeschke.txtmark.HTML
-
Constructor.
- HTML_BLOCK_ELEMENTS - Static variable in class com.github.rjeschke.txtmark.HTML
-
Set of HTML block level tags.
- HTML_ELEMENTS - Static variable in class com.github.rjeschke.txtmark.HTML
-
Set of valid HTML tags.
- HTML_UNSAFE - Static variable in class com.github.rjeschke.txtmark.HTML
-
Set of unsafe HTML tags.
- HTMLElement - Enum in com.github.rjeschke.txtmark
-
Enum of HTML tags.
- HTMLElement() - Constructor for enum com.github.rjeschke.txtmark.HTMLElement
I
- i - com.github.rjeschke.txtmark.HTMLElement
- id - Variable in class com.github.rjeschke.txtmark.Block
-
ID for headlines and list items
- id - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- ID - Static variable in class com.github.rjeschke.txtmark.cmd.HlUtils
- iframe - com.github.rjeschke.txtmark.HTMLElement
- IMAGE - com.github.rjeschke.txtmark.MarkToken
-
![
- img - com.github.rjeschke.txtmark.HTMLElement
- implementsInterface(Class<?>, Class<?>) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Classes
- IN_COUNT - Static variable in class com.github.rjeschke.txtmark.cmd.HlUtils
- init() - Method in class com.github.rjeschke.txtmark.Line
-
Calculates leading and trailing spaces.
- initLeading() - Method in class com.github.rjeschke.txtmark.Line
-
Recalculate leading spaces.
- initListBlock(Block) - Method in class com.github.rjeschke.txtmark.Processor
-
Initializes a list block by separating it into list item blocks.
- input - com.github.rjeschke.txtmark.HTMLElement
- ins - com.github.rjeschke.txtmark.HTMLElement
- INT - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- isAbbrev - Variable in class com.github.rjeschke.txtmark.LinkRef
-
Flag indicating that this is an abbreviation.
- isCatchAll() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- isEmpty - Variable in class com.github.rjeschke.txtmark.Line
-
Is this line empty?
- isEmpty(String) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Strings
- isEntity(String) - Static method in class com.github.rjeschke.txtmark.HTML
- isFirst - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Once
- isHtmlBlockElement(String) - Static method in class com.github.rjeschke.txtmark.HTML
- isHtmlElement(String) - Static method in class com.github.rjeschke.txtmark.HTML
- isLinkPrefix(String) - Static method in class com.github.rjeschke.txtmark.HTML
- isList() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- isOk() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- isSwitch - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- isSwitch() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
Set to
trueif this is a switch. - isUnsafeHtmlElement(String) - Static method in class com.github.rjeschke.txtmark.HTML
- itemSep - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
K
- kbd - com.github.rjeschke.txtmark.HTMLElement
L
- l - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- l() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
Long name for argument.
- label - com.github.rjeschke.txtmark.HTMLElement
- leading - Variable in class com.github.rjeschke.txtmark.Line
-
Leading and trailing spaces.
- legend - com.github.rjeschke.txtmark.HTMLElement
- li - com.github.rjeschke.txtmark.HTMLElement
- Line - Class in com.github.rjeschke.txtmark
-
This class represents a text line.
- Line() - Constructor for class com.github.rjeschke.txtmark.Line
-
Constructor.
- lines - Variable in class com.github.rjeschke.txtmark.Block
-
Head and tail of linked lines.
- lineTail - Variable in class com.github.rjeschke.txtmark.Block
-
Head and tail of linked lines.
- LineType - Enum in com.github.rjeschke.txtmark
-
Line type enumeration.
- LineType() - Constructor for enum com.github.rjeschke.txtmark.LineType
- link - com.github.rjeschke.txtmark.HTMLElement
- link - Variable in class com.github.rjeschke.txtmark.LinkRef
-
The link.
- LINK - com.github.rjeschke.txtmark.MarkToken
-
[
- LINK_PREFIX - Static variable in class com.github.rjeschke.txtmark.HTML
-
Set of valid markdown link prefixes.
- LINK_PREFIXES - Static variable in class com.github.rjeschke.txtmark.HTML
-
Valid markdown link prefixes for auto links.
- LinkRef - Class in com.github.rjeschke.txtmark
-
A markdown link reference.
- LinkRef(String, String, boolean) - Constructor for class com.github.rjeschke.txtmark.LinkRef
-
Constructor.
- linkRefs - Variable in class com.github.rjeschke.txtmark.Emitter
-
Link references.
- list(A...) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Colls
- LIST - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- LIST_ITEM - com.github.rjeschke.txtmark.BlockType
-
A list item.
- listSep() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
List item separator.
- listType - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- listType() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
Class for List-type arguments.
- LONG - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
M
- main(String[]) - Static method in class com.github.rjeschke.txtmark.cmd.Run
- main(String[]) - Static method in class com.github.rjeschke.txtmark.Run
-
Static main.
- map - com.github.rjeschke.txtmark.HTMLElement
- MarkToken - Enum in com.github.rjeschke.txtmark
-
Markdown token enumeration.
- MarkToken() - Constructor for enum com.github.rjeschke.txtmark.MarkToken
- meta - com.github.rjeschke.txtmark.HTMLElement
- meta - Variable in class com.github.rjeschke.txtmark.Block
-
Block meta information
N
- next - Variable in class com.github.rjeschke.txtmark.Block
-
Next block.
- next - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Once
- next - Variable in class com.github.rjeschke.txtmark.Line
-
Previous and next line.
- nextEmpty - Variable in class com.github.rjeschke.txtmark.Line
-
Is previous/next line empty?
- noFencedSpaced - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- NONE - com.github.rjeschke.txtmark.BlockType
-
Unspecified.
- NONE - com.github.rjeschke.txtmark.HTMLElement
- NONE - com.github.rjeschke.txtmark.MarkToken
-
No token.
- noscript - com.github.rjeschke.txtmark.HTMLElement
O
- objArray(T...) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Colls
- object - com.github.rjeschke.txtmark.HTMLElement
- object - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- of(T, T) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Once
- ol - com.github.rjeschke.txtmark.HTMLElement
- OLIST - com.github.rjeschke.txtmark.LineType
- Once(T, T) - Constructor for class com.github.rjeschke.txtmark.cmd.CmdLineParser.Once
- openBlockquote(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a blockquote is opened.
- openBlockquote(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openCodeBlock(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a code block is opened.
- openCodeBlock(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openCodeSpan(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a code span is opened.
- openCodeSpan(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openEmphasis(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an emphasis span is opened.
- openEmphasis(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openHeadline(StringBuilder, int) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a headline is opened.
- openHeadline(StringBuilder, int) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openImage(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an image is opened.
- openImage(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openLink(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a link is opened.
- openLink(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openListItem(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a list item is opened.
- openListItem(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openOrderedList(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an ordered list is opened.
- openOrderedList(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openParagraph(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a paragraph is opened.
- openParagraph(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openStrong(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a strong span is opened.
- openStrong(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openSuper(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when a superscript span is opened.
- openSuper(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- openUnorderedList(StringBuilder) - Method in interface com.github.rjeschke.txtmark.Decorator
-
Called when an unordered list is opened.
- openUnorderedList(StringBuilder) - Method in class com.github.rjeschke.txtmark.DefaultDecorator
- optgroup - com.github.rjeschke.txtmark.HTMLElement
- option - com.github.rjeschke.txtmark.HTMLElement
- ORDERED_LIST - com.github.rjeschke.txtmark.BlockType
-
An ordered list.
- OTHER - com.github.rjeschke.txtmark.LineType
-
Undefined content.
- OUT_COUNT - Static variable in class com.github.rjeschke.txtmark.cmd.HlUtils
- outFile - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
P
- p - com.github.rjeschke.txtmark.HTMLElement
- panicMode - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- panicMode - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- panicMode - Variable in class com.github.rjeschke.txtmark.Configuration
- PARAGRAPH - com.github.rjeschke.txtmark.BlockType
-
A paragraph.
- param - com.github.rjeschke.txtmark.HTMLElement
- parse(String[], Object...) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser
-
Parses command line arguments.
- parseArgs(Object[], List<CmdLineParser.Arg>, HashMap<String, CmdLineParser.Arg>, HashMap<String, CmdLineParser.Arg>) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser
- pos - Variable in class com.github.rjeschke.txtmark.Line
-
Current cursor position.
- pre - com.github.rjeschke.txtmark.HTMLElement
- present - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- prevEmpty - Variable in class com.github.rjeschke.txtmark.Line
-
Is previous/next line empty?
- previous - Variable in class com.github.rjeschke.txtmark.Line
-
Previous and next line.
- printDefault - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- printDefault() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
Set to
falseto disable automatic default value printing for this argument. - printHelp - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- printUsage() - Static method in class com.github.rjeschke.txtmark.cmd.Run
- process() - Method in class com.github.rjeschke.txtmark.Processor
-
Does all the processing.
- process(File) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML using the default Configuration.
- process(File, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML.
- process(File, Configuration) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML using the given Configuration.
- process(File, Decorator) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML.
- process(File, Decorator, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML.
- process(File, String) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML.
- process(File, String, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML.
- process(File, String, Decorator) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML.
- process(File, String, Decorator, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input file into HTML.
- process(InputStream) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(InputStream, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(InputStream, Configuration) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML using the given Configuration.
- process(InputStream, Decorator) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(InputStream, Decorator, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(InputStream, String) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(InputStream, String, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(InputStream, String, Decorator) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(InputStream, String, Decorator, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(Reader) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML using the default Configuration.
- process(Reader, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(Reader, Configuration) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML using the given Configuration.
- process(Reader, Decorator) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(Reader, Decorator, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input stream into HTML.
- process(String) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input String into HTML using the default Configuration.
- process(String, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input String into HTML.
- process(String, Configuration) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input String into HTML using the given Configuration.
- process(String, Decorator) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input String into HTML.
- process(String, Decorator, boolean) - Static method in class com.github.rjeschke.txtmark.Processor
-
Transforms an input String into HTML.
- Processor - Class in com.github.rjeschke.txtmark
-
Markdown processor class.
- Processor(Reader, Configuration) - Constructor for class com.github.rjeschke.txtmark.Processor
-
Constructor.
- program - Variable in class com.github.rjeschke.txtmark.cmd.CodeBlockEmitter
Q
- q - com.github.rjeschke.txtmark.HTMLElement
R
- reader - Variable in class com.github.rjeschke.txtmark.Processor
-
The reader.
- readLines() - Method in class com.github.rjeschke.txtmark.Processor
-
Reads all lines from our reader.
- readMdLink(StringBuilder, String, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads a markdown link.
- readMdLinkId(StringBuilder, String, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads a markdown link ID.
- readRawUntil(StringBuilder, String, int, char) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads characters until the end character is encountered, taking care of HTML/XML strings.
- readRawUntil(StringBuilder, String, int, char...) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads characters until any 'end' character is encountered, ignoring escape sequences.
- readUntil(char...) - Method in class com.github.rjeschke.txtmark.Line
-
Reads chars from this line until any 'end' char is reached.
- readUntil(StringBuilder, String, int, char) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads characters until the 'end' character is encountered.
- readUntil(StringBuilder, String, int, char...) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads characters until any 'end' character is encountered.
- readXML(StringBuilder, String, int, boolean) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads an XML element.
- readXMLComment(Line, int) - Method in class com.github.rjeschke.txtmark.Line
-
Reads an XML comment.
- readXMLUntil(StringBuilder, String, int, char...) - Static method in class com.github.rjeschke.txtmark.Utils
-
Reads characters until any 'end' character is encountered, ignoring escape sequences.
- recurse(Block, boolean) - Method in class com.github.rjeschke.txtmark.Processor
-
Recursively process the given Block.
- recursiveEmitLine(StringBuilder, String, int, MarkToken) - Method in class com.github.rjeschke.txtmark.Emitter
-
Recursively scans through the given line, taking care of any markdown stuff.
- removeBlockQuotePrefix() - Method in class com.github.rjeschke.txtmark.Block
-
Used for nested block quotes.
- removeLeadingEmptyLines() - Method in class com.github.rjeschke.txtmark.Block
-
Removes leading empty lines.
- removeLine(Line) - Method in class com.github.rjeschke.txtmark.Block
-
Removes the given line from this block.
- removeListIndent(Configuration) - Method in class com.github.rjeschke.txtmark.Block
-
Used for nested lists.
- removeSurroundingEmptyLines() - Method in class com.github.rjeschke.txtmark.Block
-
Removes leading and trailing empty lines.
- removeTrailingEmptyLines() - Method in class com.github.rjeschke.txtmark.Block
-
Removes trailing empty lines.
- required - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- required() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
Set to
trueif this is a required argument. - rnd() - Static method in class com.github.rjeschke.txtmark.Utils
-
LCG random number generator.
- RND - Static variable in class com.github.rjeschke.txtmark.Utils
-
Random number generator value.
- RULER - com.github.rjeschke.txtmark.BlockType
-
A horizontal ruler.
- Run - Class in com.github.rjeschke.txtmark.cmd
- Run - Class in com.github.rjeschke.txtmark
-
Simple class for processing markdown files on the command line.
- Run() - Constructor for class com.github.rjeschke.txtmark.cmd.Run
- Run() - Constructor for class com.github.rjeschke.txtmark.Run
S
- s - com.github.rjeschke.txtmark.HTMLElement
- s - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- s() - Method in annotation type com.github.rjeschke.txtmark.cmd.CmdArgument
-
Short name (character) for argument.
- safeFieldGet() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- safeMode - Variable in class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- safeMode - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- safeMode - Variable in class com.github.rjeschke.txtmark.Configuration
- samp - com.github.rjeschke.txtmark.HTMLElement
- script - com.github.rjeschke.txtmark.HTMLElement
- select - com.github.rjeschke.txtmark.HTMLElement
- setAllowSpacesInFencedCodeBlockDelimiters(boolean) - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
(Dis-)Allows spaces in fenced code block delimiter lines.
- setCatchAll(List<String>) - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- setCodeBlockEmitter(BlockEmitter) - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Sets the code block emitter.
- setDecorator(Decorator) - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Sets the decorator for txtmark.
- setEmpty() - Method in class com.github.rjeschke.txtmark.Line
-
Marks this line empty.
- setEnablePanicMode(boolean) - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
This allows you to enable 'panicMode'.
- setEncoding(String) - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Sets the character encoding for txtmark.
- setField(String) - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- setListField(List<String>) - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- setPresent() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- setSafeMode(boolean) - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Sets the HTML safe mode flag.
- setSpecialLinkEmitter(SpanEmitter) - Method in class com.github.rjeschke.txtmark.Configuration.Builder
-
Sets the emitter for special link spans ([[ ...
- SHORT - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- skipSpaces() - Method in class com.github.rjeschke.txtmark.Line
-
Skips spaces.
- skipSpaces(String, int) - Static method in class com.github.rjeschke.txtmark.Utils
-
Skips spaces in the given String.
- small - com.github.rjeschke.txtmark.HTMLElement
- span - com.github.rjeschke.txtmark.HTMLElement
- SpanEmitter - Interface in com.github.rjeschke.txtmark
-
An interface for emitting span elements.
- specialLinkEmitter - Variable in class com.github.rjeschke.txtmark.Configuration.Builder
- specialLinkEmitter - Variable in class com.github.rjeschke.txtmark.Configuration
- split(Line) - Method in class com.github.rjeschke.txtmark.Block
-
Splits this block's lines, creating a new child block having 'line' as it's lineTail.
- split(String, char) - Static method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Strings
- strike - com.github.rjeschke.txtmark.HTMLElement
- STRING - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- Strings() - Constructor for class com.github.rjeschke.txtmark.cmd.CmdLineParser.Strings
- stripID() - Method in class com.github.rjeschke.txtmark.Line
-
Checks if this line contains an ID at it's end and removes it from the line.
- strong - com.github.rjeschke.txtmark.HTMLElement
- STRONG_STAR - com.github.rjeschke.txtmark.MarkToken
-
**
- STRONG_UNDERSCORE - com.github.rjeschke.txtmark.MarkToken
-
__
- style - com.github.rjeschke.txtmark.HTMLElement
- sub - com.github.rjeschke.txtmark.HTMLElement
- sup - com.github.rjeschke.txtmark.HTMLElement
- SUPER - com.github.rjeschke.txtmark.MarkToken
-
Extended: ^
T
- table - com.github.rjeschke.txtmark.HTMLElement
- tbody - com.github.rjeschke.txtmark.HTMLElement
- td - com.github.rjeschke.txtmark.HTMLElement
- textarea - com.github.rjeschke.txtmark.HTMLElement
- tfoot - com.github.rjeschke.txtmark.HTMLElement
- th - com.github.rjeschke.txtmark.HTMLElement
- thead - com.github.rjeschke.txtmark.HTMLElement
- title - com.github.rjeschke.txtmark.HTMLElement
- title - Variable in class com.github.rjeschke.txtmark.LinkRef
-
The optional comment/title.
- toObject(String, CmdLineParser.Type) - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- toString() - Method in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- toString() - Method in class com.github.rjeschke.txtmark.LinkRef
- tr - com.github.rjeschke.txtmark.HTMLElement
- trailing - Variable in class com.github.rjeschke.txtmark.Line
-
Leading and trailing spaces.
- transfromHeadline() - Method in class com.github.rjeschke.txtmark.Block
-
Sets
hlDepthand takes care of '#' chars. - tt - com.github.rjeschke.txtmark.HTMLElement
- TxtmarkArguments - Class in com.github.rjeschke.txtmark.cmd
- TxtmarkArguments() - Constructor for class com.github.rjeschke.txtmark.cmd.TxtmarkArguments
- type - Variable in class com.github.rjeschke.txtmark.Block
-
This block's type.
- type - Variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser.Arg
- Type() - Constructor for enum com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- TYPE_CLASS_LIST - Static variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser
- TYPE_MAP - Static variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser
- TYPE_TYPE_LIST - Static variable in class com.github.rjeschke.txtmark.cmd.CmdLineParser
U
- u - com.github.rjeschke.txtmark.HTMLElement
- ul - com.github.rjeschke.txtmark.HTMLElement
- ULIST - com.github.rjeschke.txtmark.LineType
-
A list.
- UNORDERED_LIST - com.github.rjeschke.txtmark.BlockType
-
An unordered list.
- UNSAFE_ELEMENTS - Static variable in class com.github.rjeschke.txtmark.HTML
-
HTML unsafe elements.
- UNSUPPORTED - com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
- useExtensions - Variable in class com.github.rjeschke.txtmark.Emitter
-
Extension flag.
- useExtensions - Variable in class com.github.rjeschke.txtmark.Processor
-
Extension flag.
- Utils - Class in com.github.rjeschke.txtmark
-
Utilities.
- Utils() - Constructor for class com.github.rjeschke.txtmark.Utils
V
- value - Variable in class com.github.rjeschke.txtmark.Line
-
This line's value.
- valueOf(String) - Static method in enum com.github.rjeschke.txtmark.BlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.rjeschke.txtmark.HTMLElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.rjeschke.txtmark.LineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.rjeschke.txtmark.MarkToken
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.rjeschke.txtmark.BlockType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.rjeschke.txtmark.HTMLElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.rjeschke.txtmark.LineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.rjeschke.txtmark.MarkToken
-
Returns an array containing the constants of this enum type, in the order they are declared.
- var - com.github.rjeschke.txtmark.HTMLElement
W
- whitespaceToSpace(char) - Static method in class com.github.rjeschke.txtmark.Emitter
-
Turns every whitespace character into a space character.
X
- X_COPY - com.github.rjeschke.txtmark.MarkToken
-
Extended: (C)
- X_HELLIP - com.github.rjeschke.txtmark.MarkToken
-
Extended: ...
- X_LAQUO - com.github.rjeschke.txtmark.MarkToken
-
Extended: <<
- X_LDQUO - com.github.rjeschke.txtmark.MarkToken
-
Extended: x"
- X_LINK_CLOSE - com.github.rjeschke.txtmark.MarkToken
-
]]
- X_LINK_OPEN - com.github.rjeschke.txtmark.MarkToken
-
[[
- X_MDASH - com.github.rjeschke.txtmark.MarkToken
-
Extended: ---
- X_NDASH - com.github.rjeschke.txtmark.MarkToken
-
Extended: --
- X_RAQUO - com.github.rjeschke.txtmark.MarkToken
-
Extended: >>
- X_RDQUO - com.github.rjeschke.txtmark.MarkToken
-
Extended: "x
- X_REG - com.github.rjeschke.txtmark.MarkToken
-
Extended: (R)
- X_TRADE - com.github.rjeschke.txtmark.MarkToken
-
Extended: (TM)
- XML - com.github.rjeschke.txtmark.BlockType
-
A XML block.
- XML - com.github.rjeschke.txtmark.LineType
-
Start of a XML block.
- xmlEndLine - Variable in class com.github.rjeschke.txtmark.Line
-
Final line of a XML block.
All Classes All Packages