Skip navigation links
A C D E F G H I L M N P R S T U V 

A

addAll(Attributes) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Add all the attributes from the incoming set to this set.
advance() - Method in class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
Moves the current position by one.
appendBlockChild(HtmlTagImpl.BlockImpl, HtmlTagImpl.BlockImpl) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
appendEmptyTagReplacement(T, HtmlTagImpl) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
Attribute - Class in ru.noties.markwon.html.impl.jsoup.nodes
A single key + value attribute.
Attribute(String, String) - Constructor for class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
Create a new attribute from unencoded (raw) key and value.
Attribute(String, String, Attributes) - Constructor for class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
Create a new attribute from unencoded (raw) key and value.
Attributes - Class in ru.noties.markwon.html.impl.jsoup.nodes
The attributes of an Element.
Attributes() - Constructor for class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
 
attributes - Variable in class ru.noties.markwon.html.impl.jsoup.parser.Token.Tag
 

C

CharacterReader - Class in ru.noties.markwon.html.impl.jsoup.parser
CharacterReader consumes tokens off a string.
CharacterReader(Reader, int) - Constructor for class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
 
CharacterReader(Reader) - Constructor for class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
 
CharacterReader(String) - Constructor for class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
 
clone() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
 
clone() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
 
codepointsForName(String, int[]) - Static method in class ru.noties.markwon.html.impl.jsoup.nodes.CommonMarkEntities
 
CommonMarkEntities - Class in ru.noties.markwon.html.impl.jsoup.nodes
 
consumeTo(char) - Method in class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
Reads characters up to the specific char.
consumeToAny(char...) - Method in class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
Read characters until the first of any delimiters is found.
create() - Static method in class ru.noties.markwon.html.impl.HtmlEmptyTagReplacement
 
create() - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
create(HtmlEmptyTagReplacement) - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
current() - Method in class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
Get the char at the current position.

D

DocumentType - Class in ru.noties.markwon.html.impl.jsoup.nodes
A <!DOCTYPE> node.
DocumentType() - Constructor for class ru.noties.markwon.html.impl.jsoup.nodes.DocumentType
 

E

ensureNewLine(T) - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
ensureNewLineIfPreviousWasBlock(T) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
equals(Object) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
 
equals(Object) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Checks if these attributes are equal to another set of attributes, by comparing the two sets
extractAttributes(Token.StartTag) - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 

F

fail(String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Cause a failure.
findOpenBlockTag(String) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
findOpenInlineTag(String) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
flushBlockTags(int, <any>) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
flushInlineTags(int, <any>) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 

G

get(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Get an attribute value by key.
getData() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Character
 
getErrorMessage() - Method in class ru.noties.markwon.html.impl.jsoup.parser.ParseError
Retrieve the error message.
getIgnoreCase(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Get an attribute's value by case-insensitive key
getKey() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
Get the attribute key.
getPosition() - Method in class ru.noties.markwon.html.impl.jsoup.parser.ParseError
Retrieves the offset of the error.
getSystemIdentifier() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Doctype
 
getValue() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
Get the attribute value.

H

hashCode() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
 
hashCode() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Calculates the hashcode of these attributes, by iterating all attributes and summing their hashcodes.
hasKey(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Tests if these attributes contain an attribute with this key.
hasKeyIgnoreCase(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Tests if these attributes contain an attribute with this key.
HtmlEmptyTagReplacement - Class in ru.noties.markwon.html.impl
This class will be used to append some text to output in order to apply a Span for this tag.
HtmlEmptyTagReplacement() - Constructor for class ru.noties.markwon.html.impl.HtmlEmptyTagReplacement
 

I

ioException() - Method in exception ru.noties.markwon.html.impl.jsoup.UncheckedIOException
 
isBlockTag(String) - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
isEmpty() - Method in class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
Tests if all the content has been read.
isEmpty(T, HtmlTagImpl) - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
isFalse(boolean) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the value is false
isFalse(boolean, String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the value is false
isForceQuirks() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Doctype
 
isInlineTag(String) - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
isNamedEntity(String) - Static method in class ru.noties.markwon.html.impl.jsoup.nodes.CommonMarkEntities
 
isTrue(boolean) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the value is true
isTrue(boolean, String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the value is true
isVoidTag(String) - Static method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
iterator() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
 

L

lowerCase(String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Normalizer
 

M

MarkwonHtmlParserImpl - Class in ru.noties.markwon.html.impl
 

N

noNullElements(Object[]) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the array contains no null elements
noNullElements(Object[], String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the array contains no null elements
normalize(String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Normalizer
 
normalize() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Internal method.
Normalizer - Class in ru.noties.markwon.html.impl.jsoup.helper
Util methods for normalizing strings.
Normalizer() - Constructor for class ru.noties.markwon.html.impl.jsoup.helper.Normalizer
 
normalName - Variable in class ru.noties.markwon.html.impl.jsoup.parser.Token.Tag
 
notEmpty(String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the string is not empty
notEmpty(String, String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the string is not empty
notNull(Object) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the object is not null
notNull(Object, String) - Static method in class ru.noties.markwon.html.impl.jsoup.helper.Validate
Validates that the object is not null
noTracking() - Static method in class ru.noties.markwon.html.impl.jsoup.parser.ParseErrorList
 

P

ParseError - Class in ru.noties.markwon.html.impl.jsoup.parser
A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
ParseErrorList - Class in ru.noties.markwon.html.impl.jsoup.parser
A container for ParseErrors.
pos() - Method in class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
Gets the current cursor position in the content.
processBlockTagEnd(T, Token.EndTag) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
processBlockTagStart(T, Token.StartTag) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
processCharacter(T, Token.Character) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
processFragment(T, String) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
processInlineTagEnd(T, Token.EndTag) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
processInlineTagStart(T, Token.StartTag) - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
PUBLIC_KEY - Static variable in class ru.noties.markwon.html.impl.jsoup.nodes.DocumentType
 
put(String, String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Set a new attribute, or replace an existing one by key.
put(String, boolean) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Set a new boolean attribute, remove attribute if value is false.
put(Attribute) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Set a new attribute, or replace an existing one by key.

R

read() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Tokeniser
 
remove(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Remove an attribute by key.
removeIgnoreCase(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Remove an attribute by key.
replace(HtmlTag) - Method in class ru.noties.markwon.html.impl.HtmlEmptyTagReplacement
 
reset() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Character
 
reset() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Comment
 
reset() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Doctype
 
reset() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.EOF
 
reset() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token
Reset the data represent by this token, for reuse.
reset() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.StartTag
 
reset() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Tag
 
reset() - Method in class ru.noties.markwon.html.impl.MarkwonHtmlParserImpl
 
ru.noties.markwon.html.impl - package ru.noties.markwon.html.impl
 
ru.noties.markwon.html.impl.jsoup - package ru.noties.markwon.html.impl.jsoup
 
ru.noties.markwon.html.impl.jsoup.helper - package ru.noties.markwon.html.impl.jsoup.helper
 
ru.noties.markwon.html.impl.jsoup.nodes - package ru.noties.markwon.html.impl.jsoup.nodes
 
ru.noties.markwon.html.impl.jsoup.parser - package ru.noties.markwon.html.impl.jsoup.parser
 

S

selfClosing - Variable in class ru.noties.markwon.html.impl.jsoup.parser.Token.Tag
 
setKey(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
Set the attribute key; case is preserved.
setValue(String) - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attribute
Set the attribute value.
size() - Method in class ru.noties.markwon.html.impl.jsoup.nodes.Attributes
Get the number of attributes in this set.
StartTag() - Constructor for class ru.noties.markwon.html.impl.jsoup.parser.Token.StartTag
 
SYSTEM_KEY - Static variable in class ru.noties.markwon.html.impl.jsoup.nodes.DocumentType
 

T

Tag(Token.TokenType) - Constructor for class ru.noties.markwon.html.impl.jsoup.parser.Token.Tag
 
tagName - Variable in class ru.noties.markwon.html.impl.jsoup.parser.Token.Tag
 
Token - Class in ru.noties.markwon.html.impl.jsoup.parser
Parse tokens for the Tokeniser.
Token(Token.TokenType) - Constructor for class ru.noties.markwon.html.impl.jsoup.parser.Token
 
Token.CData - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.Character - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.Comment - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.Doctype - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.EndTag - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.EOF - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.StartTag - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.Tag - Class in ru.noties.markwon.html.impl.jsoup.parser
 
Token.TokenType - Enum in ru.noties.markwon.html.impl.jsoup.parser
 
Tokeniser - Class in ru.noties.markwon.html.impl.jsoup.parser
Readers the input stream into tokens.
Tokeniser(CharacterReader, ParseErrorList) - Constructor for class ru.noties.markwon.html.impl.jsoup.parser.Tokeniser
 
toString() - Method in class ru.noties.markwon.html.impl.jsoup.parser.CharacterReader
 
toString() - Method in class ru.noties.markwon.html.impl.jsoup.parser.ParseError
 
toString() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.CData
 
toString() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Character
 
toString() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.Comment
 
toString() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.EndTag
 
toString() - Method in class ru.noties.markwon.html.impl.jsoup.parser.Token.StartTag
 
tracking(int) - Static method in class ru.noties.markwon.html.impl.jsoup.parser.ParseErrorList
 
type - Variable in class ru.noties.markwon.html.impl.jsoup.parser.Token
 

U

UncheckedIOException - Exception in ru.noties.markwon.html.impl.jsoup
 
UncheckedIOException(IOException) - Constructor for exception ru.noties.markwon.html.impl.jsoup.UncheckedIOException
 

V

Validate - Class in ru.noties.markwon.html.impl.jsoup.helper
Simple validation methods.
valueOf(String) - Static method in enum ru.noties.markwon.html.impl.jsoup.parser.Token.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ru.noties.markwon.html.impl.jsoup.parser.Token.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M N P R S T U V 
Skip navigation links